summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/motorsport.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [motorsport] Fix extraction and make trailing '/' optionalJaime Marquínez Ferrándiz2015-01-051-37/+23
| | | | They directly embed a youtube video now.
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-5/+5
| | | | | | | | · 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
* [motorsport] Fix on Python 3Philipp Hagemeister2014-04-041-1/+1
|
* [motorsport] Add extractor (Fixes #2688)Philipp Hagemeister2014-04-041-0/+63