projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd63be
)
Also try el=vevo on YouTube if everything else fails (fixes issue #115)
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sat, 3 Apr 2010 15:25:13 +0000
(17:25 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:57 +0000
(11:26 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index d3ce9ee741cd99c968479286335b1b84a642ca1c..6fb2066e4953c5730c2507ee291ac7f8d084ad37 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-788,7
+788,7
@@
class YoutubeIE(InfoExtractor):
# Get video info
self.report_video_info_webpage_download(video_id)
- for el_type in ['embedded', 'detailpage']:
+ for el_type in ['embedded', 'detailpage'
, 'vevo'
]:
video_info_url = ('http://www.youtube.com/get_video_info?&video_id=%s&el=%s&ps=default&eurl=&gl=US&hl=en'
% (video_id, el_type))
request = urllib2.Request(video_info_url, None, std_headers)