mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
Improve vevo message
This commit is contained in:
parent
89cb0eb0b6
commit
dd9829292e
@ -741,7 +741,7 @@ class YoutubeIE(InfoExtractor):
|
|||||||
args = info['args']
|
args = info['args']
|
||||||
if args.get('ptk','') == 'vevo' or 'dashmpd':
|
if args.get('ptk','') == 'vevo' or 'dashmpd':
|
||||||
# Vevo videos with encrypted signatures
|
# 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']]
|
video_info['url_encoded_fmt_stream_map'] = [args['url_encoded_fmt_stream_map']]
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user