[deviantart] add 'public' option

This commit is contained in:
Mike Fährmann
2023-04-08 22:52:13 +02:00
parent f5a59c4170
commit 0a7eee3ee0
3 changed files with 27 additions and 7 deletions

View File

@@ -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

View File

@@ -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":