mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 04:02:59 +08:00
consistency
This commit is contained in:
parent
9317b8c65d
commit
e9a9031e96
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user