about summary refs log tree commit diff
path: root/youtube_dl/extractor/photobucket.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [photobucket] Use compat_urllib_parse_unquoteSergey M․2015-07-171-2/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-2/+3
| | | | | | | | · 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
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* Merge remote-tracking branch 'codesparkle/fix-photobucket-url' (closes #2934)Jaime Marquínez Ferrándiz2014-05-161-3/+5
|\ | | | | | | Fix photobucket url extraction
| * test_download works for photobucket after this changecodesparkle2014-05-171-3/+5
|/
* [photobucket] More unicode literalsJaime Marquínez Ferrándiz2014-03-101-9/+9
|
* [photobucket] Modernize and remove the old extraction codeJaime Marquínez Ferrándiz2014-03-091-51/+18
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+10
|
* Move Photobucket into its own filePhilipp Hagemeister2013-06-231-0/+66