youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 5e8eebb6009ac3e9f7dfc803d8561174d207c1a2
parent 9837cb7507e0635755082a7fd2e748c4106fefc4
Author: Remita Amine <remitamine@gmail.com>
Date:   Fri, 13 Jan 2017 23:06:07 +0100

[mitele] extract dash formats

Diffstat:
Myoutube_dl/extractor/mitele.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,