Commit Graph

9 Commits (2b1b2d83cacfdce19cae5eea2f9bbfd142efc7f1)

Author SHA1 Message Date
Sergey M․ 2ebbb6f1f7 [photobucket] 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 08af0205f9 Merge remote-tracking branch 'codesparkle/fix-photobucket-url' (closes )
Fix photobucket url extraction
codesparkle a725fb1f43 test_download works for photobucket after this change
Jaime Marquínez Ferrándiz 4126826b10 [photobucket] More unicode literals
Jaime Marquínez Ferrándiz 90f3476180 [photobucket] Modernize and remove the old extraction code
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 97d6faaced Move Photobucket into its own file