aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/screencast.py
AgeCommit message (Collapse)Author
2018-10-28[screencast] Improve extraction (closes #14617, closes #17990)Sergey M․
2018-10-28[screencast] Fix extraction (closes #14590)sichuan-pepper
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-10-03Unify coding cookieDéstin Reed
2016-04-01[screencast] Improve title regexes (Closes #9025)Sergey M․
2016-04-01screencast.com: fallback on page titleMartin Trigaux
When determining the title of the page, use the <title> tag of the page
2016-04-01[screencast] Add testSergey M․
2016-04-01screencast.com: support missing wwwMartin Trigaux
The "www." part of the URL is not mandatory
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-11-23PEP8: applied even more rulesJouke Waleson
2014-07-11[screencast] Add one more format and improve title extractionSergey M․
2014-07-11[screencast] Add suppot for more video types (#3236)Philipp Hagemeister
2014-07-11[screencast] Add new extractor (Fixes #3236)Philipp Hagemeister