2
0
Эх сурвалжийг харах

[utils] Add quicktime to mimetype2ext

Sergey M․ 9 жил өмнө
parent
commit
c2b2c7e138
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      youtube_dl/utils.py

+ 1 - 0
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)