Commit Graph

8 Commits (01534bf54f7eb80e4414cba86f1ac6fa608fc6e0)

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