Commit Graph

5 Commits (00c21c225decf648199013f2fa3385a1332037bb)

Author SHA1 Message Date
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