diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-08-07 23:57:19 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-08-08 12:52:36 +0800 |
commit | f17d5f6d1446c17206df9cc277ea2666aed09fab (patch) | |
tree | 4163f2bcc789fb483f0cee705b6e9240f575c866 /youtube_dl | |
parent | 6bb801cfafb08efbd5d2d371e3ff2b7336ca09fa (diff) |
[features.aol.com] Fix _TESTS
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/aol.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/aol.py b/youtube_dl/extractor/aol.py index 42c21bf41..2cdee3320 100644 --- a/youtube_dl/extractor/aol.py +++ b/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): |