mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
acodec
This commit is contained in:
parent
77fd76edda
commit
c0ebaa444a
@ -906,6 +906,7 @@ def _real_extract(self, url):
|
|||||||
abr = parse_bitrate(fmt['url'].lower())
|
abr = parse_bitrate(fmt['url'].lower())
|
||||||
fmt.update({
|
fmt.update({
|
||||||
'abr': abr,
|
'abr': abr,
|
||||||
|
'acodec': 'mp4a.40.2',
|
||||||
'format_id': a_map.get(abr, fmt['format_id']),
|
'format_id': a_map.get(abr, fmt['format_id']),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user