Commit Graph

8 Commits (fcaf4d7a067e9ac6b36a5f7b1100be391f492a79)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
stepshal 925194022c
Improve some _VALID_URLs
Yen Chi Hsuan 2a49d01600
[playvid] Update _TESTS
Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100
Sergey M․ 388ad0c05c [playvid] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
Sergey M․ e987e91fcc [playvid] Capture and output error message
Philipp Hagemeister db95dc13a1 [playvid] Simplify ()
MikeCol 4ea3137e41 Playvid extractor