projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5275efe
)
[utils] Add another f4m mimetype to mimetype2ext
author
Sergey M․
<dstftw@gmail.com>
Sat, 23 Jul 2016 09:48:59 +0000
(16:48 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 23 Jul 2016 09:48:59 +0000
(16:48 +0700)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index e6e0155b4e0df067da47140971aeb8469dc3e119..f5cd6819b4b51942e3fa273d1987debb6f8333ed 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-2123,6
+2123,7
@@
def mimetype2ext(mt):
'dash+xml': 'mpd',
'f4m': 'f4m',
'f4m+xml': 'f4m',
+ 'hds+xml': 'f4m',
'vnd.ms-sstr+xml': 'ism',
}.get(res, res)