浏览代码

[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',
             'title': 'What To Watch - February 17, 2016',
         },
         },
         'add_ie': ['FiveMin'],
         'add_ie': ['FiveMin'],
+        'params': {
+            # encrypted m3u8 download
+            'skip_download': True,
+        },
     }]
     }]
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):