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:
parent
c1ac543c81
commit
b8abd255e4
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user