[utils] `mimetype2ext`: Recognize `aacp` as `aac` (#10860)

Authored by: bashonly
pull/9894/merge
bashonly 6 days ago committed by GitHub
parent 0e1b941c6b
commit cc85596d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save