Commit Graph

58 Commits (eb3ef13d28ce8bff9b07db20a89b59bdec0d7376)

Author SHA1 Message Date
Mike Fährmann 60b4541199
improve a1bb3279, fix oauth:pixiv (#5757)
3 months ago
Mike Fährmann ef8f02c3d9
[oauth] use Extractor.request() for HTTP requests (#5433)
6 months ago
Mike Fährmann 89066844f4
add 'config_instance' method
8 months ago
Mike Fährmann 57fc6fcf83
replace '24*3600' with '86400'
9 months ago
Mike Fährmann e256434c9e
use custom HTTPBasicAuth class
10 months ago
Mike Fährmann 17e710c4bf
[oauth] warn when cache is enabled but not writeable (#4771)
10 months ago
Mike Fährmann a453335a9f
remove test results in extractor modules
1 year ago
Mike Fährmann a383eca7f6
decouple extractor initialization
1 year ago
Mike Fährmann 076380e079
remove '*' indicating keyword-only arguments
1 year ago
Mike Fährmann a05120412a
[oauth] catch exception from 'webbrowser.get()' (#3947)
1 year ago
Mike Fährmann b8a702929d
[oauth] import extractor modules on demand
2 years ago
Mike Fährmann dd88740ec7
replace remaining instances of base64 with binascii
2 years ago
Mike Fährmann 75570ad3f1
[oauth] remove stray 'exit()' (#3628)
2 years ago
Mike Fährmann 70ce45d965
[oauth] use default name for browsers without 'name' attribute
2 years ago
Mike Fährmann 568112dfbb
[oauth] improve output
2 years ago
Mike Fährmann df91ebb945
[oauth] simplify OAuth 1.0a init
2 years ago
Martin Juhasz 9ea521bec5
[oauth] add host config option (#2806)
2 years ago
Mike Fährmann 688d6553b4
replace calls to print() with stdout_write() (#2529)
2 years ago
Mike Fährmann e5f6af6e32
[oauth:pixiv] add note about 'code' expiring in 30 seconds (#2306)
3 years ago
Mike Fährmann 4f5f9ed1e5
[oauth] fix typo
3 years ago
Mike Fährmann 96fec14ef7
[deviantart] rename 'watch' option to 'auto-watch'
3 years ago
Mike Fährmann 4718f9c5dd
[oauth] use defaults when config values are set to None/null
3 years ago
Mike Fährmann 04f4f9badb
[oauth] prevent exceptions when reporting errors (#1603)
3 years ago
Mike Fährmann fbfcbcbf57
Merge branch '1.17.0'
4 years ago
Mike Fährmann 8974f0361c
[pixiv] update (#1304)
4 years ago
Mike Fährmann 1d145a6186
[mastodon] use cache for OAuth tokens (#616)
4 years ago
Mike Fährmann 36bf76fa44
update 'oauth:mastodon:<instance>' code
4 years ago
Mike Fährmann 968d3e8465
remove '&' from URL patterns
4 years ago
Mike Fährmann bdc6c8f074
improve message for 'oauth:deviantart' etc (closes #989)
4 years ago
Mike Fährmann 864f4220d9
update output of 'oauth:…' (#616)
4 years ago
Mike Fährmann dfcf2a2c91
write OAuth token to cache by default (#616)
4 years ago
Mike Fährmann c8787647ed
add global WINDOWS bool
4 years ago
Mike Fährmann 5d7404ab58
[oauth] use the new name for 'DeviantartAPI' (fixes #670)
5 years ago
Mike Fährmann 913b8333cc
write DeviantArt refresh-tokens to cache (#616)
5 years ago
Mike Fährmann da0d5f6092
[oauth] add 'port' option (#604)
5 years ago
Mike Fährmann 372ffe95ee
[oauth] adjust Flickr redirect URI (fixes #503)
5 years ago
Mike Fährmann f5604492c3
update interface of config functions
5 years ago
Mike Fährmann 4409d00141
embed error messages in StopExtraction exceptions
5 years ago
Mike Fährmann 803d8f814e
[oauth] update scope for reddit tokens (#428)
5 years ago
Mike Fährmann a2af2d2965
adjust cache maxage values
6 years ago
Mike Fährmann 4b1880fa5e
propagate 'match' to base extractor constructor
6 years ago
Mike Fährmann 6284731107
simplify extractor constants
6 years ago
Mike Fährmann b8fed34548
add generalized extractors for Mastodon instances (#144)
6 years ago
Mike Fährmann f3483a2b7c
[smugmug] add OAuth support
6 years ago
Mike Fährmann 6a31ada9e3
re-implement OAuth1.0 code
6 years ago
Mike Fährmann 0f1e07f627
[pinterest] scrap OAuth implementation; code improvements
6 years ago
Mike Fährmann 80bead739d
[oauth] require custom client-* values for pinterest
7 years ago
Mike Fährmann 4bd182c107
[pinterest] implement `oauth:pinterest` (#83)
7 years ago
Mike Fährmann 91ed147cef
[oauth] use custom key/secret values during oauth:…
7 years ago
Mike Fährmann 29d75fc3fa
[tumblr] add support for OAuth authentication (#65)
7 years ago