mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
Improve vevo message
This commit is contained in:
parent
89cb0eb0b6
commit
dd9829292e
@ -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…
Reference in New Issue
Block a user