Browse Source

[nuvid] Fix video URL extraction

totalwebcasting
Sergey M․ 10 years ago
parent
commit
d0087d4ff2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nuvid.py

+ 1
- 1
youtube_dl/extractor/nuvid.py View File

@ -30,7 +30,7 @@ class NuvidIE(InfoExtractor):
webpage, 'title').strip()
url_end = self._html_search_regex(
r'href="(/mp4/[^"]+)"[^>]*data-link_type="mp4"',
r'href="(/[^"]+)"[^>]*data-link_type="mp4"',
webpage, 'video_url')
video_url = 'http://m.nuvid.com' + url_end


Loading…
Cancel
Save