Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with
4 additions and
0 deletions
-
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): |
|
|