mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 16:52:03 +01:00
[utils] mimetype2ext
: Recognize aacp
as aac
(#10860)
Authored by: bashonly
This commit is contained in:
parent
0e1b941c6b
commit
cc85596d5b
1 changed files with 1 additions and 0 deletions
|
@ -2919,6 +2919,7 @@ def mimetype2ext(mt, default=NO_DEFAULT):
|
|||
'audio/webm': 'webm',
|
||||
'audio/x-matroska': 'mka',
|
||||
'audio/x-mpegurl': 'm3u',
|
||||
'aacp': 'aac',
|
||||
'midi': 'mid',
|
||||
'ogg': 'ogg',
|
||||
'wav': 'wav',
|
||||
|
|
Loading…
Reference in a new issue