projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc5ada6
)
[nuvid] Fix video URL extraction
author
Sergey M․
<dstftw@gmail.com>
Tue, 27 May 2014 11:46:30 +0000
(18:46 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 27 May 2014 11:46:30 +0000
(18:46 +0700)
youtube_dl/extractor/nuvid.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nuvid.py
b/youtube_dl/extractor/nuvid.py
index f0befa1168f690cb35c47218627d5fc888359224..e3db9fe8c6c643d49aa8c521921bc3f508010f98 100644
(file)
--- a/
youtube_dl/extractor/nuvid.py
+++ b/
youtube_dl/extractor/nuvid.py
@@
-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