youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f17d5f6d1446c17206df9cc277ea2666aed09fab
parent 6bb801cfafb08efbd5d2d371e3ff2b7336ca09fa
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun,  7 Aug 2016 23:57:19 +0800

[features.aol.com] Fix _TESTS

Diffstat:
Myoutube_dl/extractor/aol.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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):