projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89cb0eb
)
Improve vevo message
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 17:45:42 +0000
(19:45 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 17:45:42 +0000
(19:45 +0200)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index 062e60ca25d15758372cb5cc8a0137093b54173a..b4ce96b05488710c31a122604e0a6bebfceca582 100755
(executable)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-741,7
+741,7
@@
class YoutubeIE(InfoExtractor):
args = info['args']
if args.get('ptk','') == 'vevo' or 'dashmpd':
# Vevo videos with encrypted signatures
- self.to_screen(u'
Vevo video detected.'
)
+ self.to_screen(u'
%s: Vevo video detected.' % video_id
)
video_info['url_encoded_fmt_stream_map'] = [args['url_encoded_fmt_stream_map']]
except ValueError:
pass