mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-04 11:12:39 +00:00
[utils] Add more items to mimetype2ext (#8293)
These are used in Youtube formats
This commit is contained in:
@@ -1831,6 +1831,8 @@ def mimetype2ext(mt):
|
||||
'x-ms-wmv': 'wmv',
|
||||
'x-mp4-fragmented': 'mp4',
|
||||
'ttml+xml': 'ttml',
|
||||
'3gpp': '3gp',
|
||||
'x-flv': 'flv',
|
||||
}.get(res, res)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user