mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-03 20:42:49 -05:00
[utils] Recognize wav mimetype (closes #26463)
This commit is contained in:
@ -4198,6 +4198,7 @@ def mimetype2ext(mt):
|
||||
'vnd.ms-sstr+xml': 'ism',
|
||||
'quicktime': 'mov',
|
||||
'mp2t': 'ts',
|
||||
'x-wav': 'wav',
|
||||
}.get(res, res)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user