mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 08:58:30 +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())
|
||||
fmt.update({
|
||||
'abr': abr,
|
||||
'acodec': 'mp4a.40.2',
|
||||
'format_id': a_map.get(abr, fmt['format_id']),
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user