mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[ted] correct acodec for http formats(#18923)
This commit is contained in:
parent
2bfc1d9d68
commit
f28363ad1f
@ -265,6 +265,8 @@ def _talk_info(self, url, video_name):
|
||||
'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…
Reference in New Issue
Block a user