From: Remita Amine Date: Fri, 13 Jan 2017 22:06:07 +0000 (+0100) Subject: [mitele] extract dash formats X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5e8eebb6009ac3e9f7dfc803d8561174d207c1a2;p=youtube-dl [mitele] extract dash formats --- 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,