From: Philipp Hagemeister Date: Sun, 23 Jun 2013 17:45:42 +0000 (+0200) Subject: Improve vevo message X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=dd9829292e4bdb1a3f48a6278cf359eb693da36a;p=youtube-dl Improve vevo message --- diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 062e60ca2..b4ce96b05 100755 --- 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