aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/screencast.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-6/+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
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* [screencast] Add one more format and improve title extractionSergey M․2014-07-111-1/+18
|
* [screencast] Add suppot for more video types (#3236)Philipp Hagemeister2014-07-111-11/+58
|
* [screencast] Add new extractor (Fixes #3236)Philipp Hagemeister2014-07-111-0/+48