youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit dd9829292e4bdb1a3f48a6278cf359eb693da36a
parent 89cb0eb0b6037c9769761eb58026b949bfd1277b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 23 Jun 2013 19:45:42 +0200

Improve vevo message

Diffstat:
Myoutube_dl/InfoExtractors.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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