ソースを参照

[features.aol.com] Fix _TESTS

Yen Chi Hsuan 9 年 前
コミット
f17d5f6d14
1 ファイル変更4 行追加0 行削除
  1. 4 0
      youtube_dl/extractor/aol.py

+ 4 - 0
youtube_dl/extractor/aol.py

@@ -123,6 +123,10 @@ class AolFeaturesIE(InfoExtractor):
             'title': 'What To Watch - February 17, 2016',
         },
         'add_ie': ['FiveMin'],
+        'params': {
+            # encrypted m3u8 download
+            'skip_download': True,
+        },
     }]
 
     def _real_extract(self, url):