1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-26 11:30:08 +08:00

consistency

This commit is contained in:
steve
2018-11-03 23:15:59 -04:00
Unverified
parent 9317b8c65d
commit e9a9031e96
+1 -2
View File
@@ -26,8 +26,7 @@ class HomeMoviesTubeIE(InfoExtractor):
webpage = self._download_webpage(url, display_id)
video_url = self._html_search_regex(
r'<source src="(.+?)"', webpage, 'video URL')
video_url = self._html_search_regex(r'<source src="(.+?)"', webpage, 'video URL')
title = self._html_search_regex(r'<h1>(.+?)</h1>', webpage, 'title')