Browse Source

Improve vevo message

rtmp_test
Philipp Hagemeister 12 years ago
parent
commit
dd9829292e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/InfoExtractors.py

+ 1
- 1
youtube_dl/InfoExtractors.py View File

@ -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


Loading…
Cancel
Save