projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9837cb7
)
[mitele] extract dash formats
author
Remita Amine
<remitamine@gmail.com>
Fri, 13 Jan 2017 22:06:07 +0000
(23:06 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Fri, 13 Jan 2017 22:06:59 +0000
(23:06 +0100)
youtube_dl/extractor/mitele.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mitele.py
b/youtube_dl/extractor/mitele.py
index 8984d3b8dd4b0d14fa367b388e1edcd7a9365c7c..79e0b8ada1aaefeb90b479967d0f9e2197818bff 100644
(file)
--- a/
youtube_dl/extractor/mitele.py
+++ b/
youtube_dl/extractor/mitele.py
@@
-190,7
+190,7
@@
class MiTeleIE(InfoExtractor):
return {
'_type': 'url_transparent',
# for some reason only HLS is supported
- 'url': smuggle_url('ooyala:' + embedCode, {'supportedformats': 'm3u8'}),
+ 'url': smuggle_url('ooyala:' + embedCode, {'supportedformats': 'm3u8
,dash
'}),
'id': video_id,
'title': title,
'description': description,