summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/playvid.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [playvid] Update _TESTSYen Chi Hsuan2016-07-111-3/+14
| | | | Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100
* [playvid] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plusSergey M․2015-07-171-3/+4
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-11/+11
| | | | | | | | · 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
* [playvid] Capture and output error messageSergey M․2014-11-291-0/+7
|
* [playvid] Simplify (#2539)Philipp Hagemeister2014-03-101-35/+30
|
* Playvid extractorMikeCol2014-03-101-0/+85