[ted] correct acodec for http formats(#18923)

pull/18927/head
Remita Amine 5 years ago
parent 2bfc1d9d68
commit f28363ad1f

@ -265,6 +265,8 @@ class TEDIE(InfoExtractor):
'format_id': m3u8_format['format_id'].replace('hls', 'http'),
'protocol': 'http',
})
if f.get('acodec') == 'none':
del f['acodec']
formats.append(f)
audio_download = talk_info.get('audioDownload')

Loading…
Cancel
Save