[utils] Add quicktime to mimetype2ext
authorSergey M․ <dstftw@gmail.com>
Fri, 2 Sep 2016 16:50:42 +0000 (23:50 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 2 Sep 2016 16:50:42 +0000 (23:50 +0700)
youtube_dl/utils.py

index 904f23fd7747f5fd1957ab268713513da1526d5c..ed199c4ad37aa5a94a30c99e458fd061f44e665d 100644 (file)
@@ -2168,6 +2168,7 @@ def mimetype2ext(mt):
         'f4m+xml': 'f4m',
         'hds+xml': 'f4m',
         'vnd.ms-sstr+xml': 'ism',
+        'quicktime': 'mov',
     }.get(res, res)