mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[features.aol.com] Fix _TESTS
This commit is contained in:
parent
6bb801cfaf
commit
f17d5f6d14
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue