Browse Source
[utils] Add quicktime to mimetype2ext
totalwebcasting
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/utils.py
|
|
@ -2168,6 +2168,7 @@ def mimetype2ext(mt): |
|
|
|
'f4m+xml': 'f4m', |
|
|
|
'hds+xml': 'f4m', |
|
|
|
'vnd.ms-sstr+xml': 'ism', |
|
|
|
'quicktime': 'mov', |
|
|
|
}.get(res, res) |
|
|
|
|
|
|
|
|
|
|
|