mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-26 11:30:08 +08:00
consistency
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user