Commit Graph

10 Commits (0bfc3b7e7bd118d322e65d86da15e1dd2dda4cda)

Author SHA1 Message Date
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
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