aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/aol.py
AgeCommit message (Collapse)Author
2021-01-19[aol] add support for yahoo videos(closes #26650)Remita Amine
2019-04-14[aol] add support for localized websitesRemita Amine
2019-04-07[aol] restrict url regex and improve format extractionRemita Amine
2018-07-21Improve URL extractionSergey M․
2017-01-06[aol] remove AolFeaturesIERemita Amine
2016-08-08[features.aol.com] Fix _TESTSYen Chi Hsuan
2016-05-03[aol] Improve _VALID_URL (Closes #9381)Sergey M․
2016-04-14[aol] relex _VALID_URL regexremitamine
2016-04-09[aol] Add coding cookieSergey M․
2016-04-09[aol] add support for videos with vidible IDs(closes #9124)remitamine
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-03-04[aol] imporve extractionremitamine
- add support for aol features - remove support for legacy urls
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-12-13[5min] Remove helper method and modernizePhilipp Hagemeister
Previously, other extractor would go call a private(!) helper method. Instead, just hardcode the 5min:video_id format - it's not if that would ever change.
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-04-13[aol] Add support for playlists (Fixes #2730)Philipp Hagemeister
2014-03-21Add an extractor for on.aol.comJaime Marquínez Ferrándiz