Преглед на файлове

[mitele] extract dash formats

Remita Amine преди 9 години
родител
ревизия
5e8eebb600
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      youtube_dl/extractor/mitele.py

+ 1 - 1
youtube_dl/extractor/mitele.py

@@ -190,7 +190,7 @@ class MiTeleIE(InfoExtractor):
         return {
         return {
             '_type': 'url_transparent',
             '_type': 'url_transparent',
             # for some reason only HLS is supported
             # 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,
             'id': video_id,
             'title': title,
             'title': title,
             'description': description,
             'description': description,