1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-19 19:58:30 +00:00

[utils] mimetype2ext: Always parse flac from audio/flac

Authored by: bashonly
This commit is contained in:
bashonly 2025-07-16 17:44:59 -05:00
parent 3a84be9d16
commit dc8d0aa33d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

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',