projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dacb3a8
)
[utils] Add quicktime to mimetype2ext
author
Sergey M․
<dstftw@gmail.com>
Fri, 2 Sep 2016 16:50:42 +0000
(23:50 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 2 Sep 2016 16:50:42 +0000
(23:50 +0700)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 904f23fd7747f5fd1957ab268713513da1526d5c..ed199c4ad37aa5a94a30c99e458fd061f44e665d 100644
(file)
--- 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)