mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[ted] correct acodec for http formats(#18923)
This commit is contained in:
		| @@ -265,6 +265,8 @@ class TEDIE(InfoExtractor): | |||||||
|                     'format_id': m3u8_format['format_id'].replace('hls', 'http'), |                     'format_id': m3u8_format['format_id'].replace('hls', 'http'), | ||||||
|                     'protocol': 'http', |                     'protocol': 'http', | ||||||
|                 }) |                 }) | ||||||
|  |                 if f.get('acodec') == 'none': | ||||||
|  |                     del f['acodec'] | ||||||
|                 formats.append(f) |                 formats.append(f) | ||||||
|  |  | ||||||
|         audio_download = talk_info.get('audioDownload') |         audio_download = talk_info.get('audioDownload') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user