summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/screencast.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-4/+4
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [screencast] Improve title regexes (Closes #9025)Sergey M․2016-04-011-3/+3
|
* screencast.com: fallback on page titleMartin Trigaux2016-04-011-1/+2
| | | | When determining the title of the page, use the <title> tag of the page
* [screencast] Add testSergey M․2016-04-011-3/+5
|
* screencast.com: support missing wwwMartin Trigaux2016-04-011-2/+2
| | | | The "www." part of the URL is not mandatory
* 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