projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb801c
)
[features.aol.com] Fix _TESTS
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 7 Aug 2016 15:57:19 +0000
(23:57 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 8 Aug 2016 04:52:36 +0000
(12:52 +0800)
youtube_dl/extractor/aol.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/aol.py
b/youtube_dl/extractor/aol.py
index 42c21bf41d975bcb49fd6c398b19ed2897cd3bd2..2cdee33200232dc69c1755213fc2f8298c6c8fa3 100644
(file)
--- 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):