mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Improve vevo message
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister