Commit Graph

8 Commits (2f29b758e0a37e084bc4a76bc920919bf9d6b181)

Author SHA1 Message Date
Sergey M․ 7dde5f6a8d [xnxx] Use compat_urllib_parse_unquote
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
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jaime Marquínez Ferrándiz bdebf51c8f [xnxx] Modernize
Jaime Marquínez Ferrándiz b1a80ec1a9 [xnxx] Accept urls that start with 'www' (fixes )
Philipp Hagemeister 8e590a117f [xnxx] Add age_limit
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 570fa151fc Move XNXX into its own file