about summary refs log tree commit diff
path: root/youtube_dl/extractor/aol.py
Commit message (Collapse)AuthorAgeFilesLines
* [aol] add support for yahoo videos(closes #26650)Remita Amine2021-01-191-3/+9
|
* [aol] add support for localized websitesRemita Amine2019-04-141-1/+13
|
* [aol] restrict url regex and improve format extractionRemita Amine2019-04-071-9/+19
|
* Improve URL extractionSergey M․2018-07-211-1/+2
|
* [aol] remove AolFeaturesIERemita Amine2017-01-061-29/+2
|
* [features.aol.com] Fix _TESTSYen Chi Hsuan2016-08-081-0/+4
|
* [aol] Improve _VALID_URL (Closes #9381)Sergey M․2016-05-031-1/+7
|
* [aol] relex _VALID_URL regexremitamine2016-04-141-1/+9
|
* [aol] Add coding cookieSergey M․2016-04-091-0/+1
|
* [aol] add support for videos with vidible IDs(closes #9124)remitamine2016-04-091-3/+75
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-2/+2
|
* [aol] imporve extractionremitamine2016-03-041-47/+23
| | | | | - add support for aol features - remove support for legacy urls
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+0
| | | | | | | | · 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
* [5min] Remove helper method and modernizePhilipp Hagemeister2014-12-131-25/+24
| | | | 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.
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-2/+9
| | | | 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).
* [aol] Add support for playlists (Fixes #2730)Philipp Hagemeister2014-04-131-2/+39
|
* Add an extractor for on.aol.comJaime Marquínez Ferrándiz2014-03-211-0/+28