mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[videott] Fix for python 3.2
This commit is contained in:
		| @@ -43,7 +43,7 @@ class VideoTtIE(InfoExtractor): | ||||
|  | ||||
|         formats = [ | ||||
|             { | ||||
|                 'url': base64.b64decode(res['u']).decode('utf-8'), | ||||
|                 'url': base64.b64decode(res['u'].encode('utf-8')).decode('utf-8'), | ||||
|                 'ext': 'flv', | ||||
|                 'format_id': res['l'], | ||||
|             } for res in settings['res'] if res['u'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․