mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-30 14:15:13 +00:00
[utils] mimetype2ext: Recognize aacp as aac (#10860)
Authored by: bashonly
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user