1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-20 18:06:42 +00:00

[utils] mimetype2ext: Always parse flac from audio/flac (#13748)

Authored by: bashonly
This commit is contained in:
bashonly 2025-07-18 14:43:40 -05:00 committed by GitHub
parent c1ac543c81
commit b8abd255e4
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',