[deviantart] add 'public' option
This commit is contained in:
@@ -1372,6 +1372,19 @@ Description
|
||||
* ``"manual"``: Disregard ``has_more`` and only stop when a batch of results is empty.
|
||||
|
||||
|
||||
extractor.deviantart.public
|
||||
---------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Use a public access token for API requests.
|
||||
|
||||
Disable this option to *force* using a private token for all requests
|
||||
when a `refresh token <extractor.deviantart.refresh-token_>`__ is provided.
|
||||
|
||||
|
||||
extractor.deviantart.refresh-token
|
||||
----------------------------------
|
||||
Type
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
{
|
||||
"client-id": null,
|
||||
"client-secret": null,
|
||||
"refresh-token": null,
|
||||
"auto-watch": false,
|
||||
"auto-unwatch": false,
|
||||
"comments": false,
|
||||
@@ -86,6 +87,8 @@
|
||||
"mature": true,
|
||||
"metadata": false,
|
||||
"original": true,
|
||||
"pagination": "api",
|
||||
"public": true,
|
||||
"wait-min": 0
|
||||
},
|
||||
"e621":
|
||||
|
||||
Reference in New Issue
Block a user