mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
Improve vevo message
This commit is contained in:
parent
89cb0eb0b6
commit
dd9829292e
@ -741,7 +741,7 @@ def _real_extract(self, url):
|
||||
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