mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-05 02:32:52 +08:00
Merge branch 'master' of https://github.com/rg3/youtube-dl into cleanup-init-shift-authors
This commit is contained in:
commit
289e2f5b03
@ -30,7 +30,7 @@ class NuvidIE(InfoExtractor):
|
|||||||
webpage, 'title').strip()
|
webpage, 'title').strip()
|
||||||
|
|
||||||
url_end = self._html_search_regex(
|
url_end = self._html_search_regex(
|
||||||
r'href="(/mp4/[^"]+)"[^>]*data-link_type="mp4"',
|
r'href="(/[^"]+)"[^>]*data-link_type="mp4"',
|
||||||
webpage, 'video_url')
|
webpage, 'video_url')
|
||||||
video_url = 'http://m.nuvid.com' + url_end
|
video_url = 'http://m.nuvid.com' + url_end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user