[mitele] extract dash formats

This commit is contained in:
Remita Amine 2017-01-13 23:06:07 +01:00 committed by motophil
parent 9b723bd176
commit e83ccffc38

View File

@ -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,