mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[utils] add sami mimetype to mimetype2ext
This commit is contained in:
parent
d7df308981
commit
d4f05d4731
@ -2350,6 +2350,7 @@ def mimetype2ext(mt):
|
||||
'ttml+xml': 'ttml',
|
||||
'x-flv': 'flv',
|
||||
'x-mp4-fragmented': 'mp4',
|
||||
'x-ms-sami': 'sami',
|
||||
'x-ms-wmv': 'wmv',
|
||||
'mpegurl': 'm3u8',
|
||||
'x-mpegurl': 'm3u8',
|
||||
|
Loading…
Reference in New Issue
Block a user