summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-09-02 23:50:42 +0700
committerSergey M․ <dstftw@gmail.com>2016-09-02 23:50:42 +0700
commitc2b2c7e1386056698ee1b0de5427ea90abf8e9c3 (patch)
tree8a3f6144bffef3dffb3334ebbb2012c162aded45
parentdacb3a864a8c89edb312cd28c3de1605a5467d0f (diff)
downloadyoutube-dl-c2b2c7e1386056698ee1b0de5427ea90abf8e9c3.tar.gz
youtube-dl-c2b2c7e1386056698ee1b0de5427ea90abf8e9c3.tar.xz
youtube-dl-c2b2c7e1386056698ee1b0de5427ea90abf8e9c3.zip
[utils] Add quicktime to mimetype2ext
-rw-r--r--youtube_dl/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
index 904f23fd7..ed199c4ad 100644
--- a/youtube_dl/utils.py
+++ b/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)