1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-18 19:28:31 +00:00
This commit is contained in:
bashonly 2025-07-16 23:29:39 +00:00 committed by GitHub
commit a99f15d195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2961,6 +2961,7 @@ def mimetype2ext(mt, default=NO_DEFAULT):
'audio/x-matroska': 'mka',
'audio/x-mpegurl': 'm3u',
'aacp': 'aac',
'flac': 'flac',
'midi': 'mid',
'ogg': 'ogg',
'wav': 'wav',