mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-16 05:13:21 +00:00
[utils] Add quicktime to mimetype2ext
This commit is contained in:
parent
dacb3a864a
commit
c2b2c7e138
|
@ -2168,6 +2168,7 @@ def mimetype2ext(mt):
|
||||||
'f4m+xml': 'f4m',
|
'f4m+xml': 'f4m',
|
||||||
'hds+xml': 'f4m',
|
'hds+xml': 'f4m',
|
||||||
'vnd.ms-sstr+xml': 'ism',
|
'vnd.ms-sstr+xml': 'ism',
|
||||||
|
'quicktime': 'mov',
|
||||||
}.get(res, res)
|
}.get(res, res)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue