summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-01-13 23:06:07 +0100
committerRemita Amine <remitamine@gmail.com>2017-01-13 23:06:59 +0100
commit5e8eebb6009ac3e9f7dfc803d8561174d207c1a2 (patch)
tree66ac3cc7bf6cb58a0373a21df163e048d715f053
parent9837cb7507e0635755082a7fd2e748c4106fefc4 (diff)
downloadyoutube-dl-5e8eebb6009ac3e9f7dfc803d8561174d207c1a2.tar.gz
youtube-dl-5e8eebb6009ac3e9f7dfc803d8561174d207c1a2.tar.xz
youtube-dl-5e8eebb6009ac3e9f7dfc803d8561174d207c1a2.zip
[mitele] extract dash formats
-rw-r--r--youtube_dl/extractor/mitele.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/mitele.py b/youtube_dl/extractor/mitele.py
index 8984d3b8d..79e0b8ada 100644
--- 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,