[deviantart] re-add 'quality' option and 'intermediary' transform
This commit is contained in:
@@ -1427,6 +1427,19 @@ Description
|
||||
when a `refresh token <extractor.deviantart.refresh-token_>`__ is provided.
|
||||
|
||||
|
||||
extractor.deviantart.quality
|
||||
----------------------------
|
||||
Type
|
||||
``integer``
|
||||
Default
|
||||
``100``
|
||||
Description
|
||||
JPEG quality level of newer images for which
|
||||
an original file download is not available.
|
||||
|
||||
Note: Only has an effect when `deviantart.jwt <extractor.deviantart.jwt_>`__ is disabled.
|
||||
|
||||
|
||||
extractor.deviantart.refresh-token
|
||||
----------------------------------
|
||||
Type
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"client-id": null,
|
||||
"client-secret": null,
|
||||
"refresh-token": null,
|
||||
|
||||
"auto-watch": false,
|
||||
"auto-unwatch": false,
|
||||
"comments": false,
|
||||
@@ -84,11 +85,13 @@
|
||||
"group": true,
|
||||
"include": "gallery",
|
||||
"journals": "html",
|
||||
"jwt": true,
|
||||
"mature": true,
|
||||
"metadata": false,
|
||||
"original": true,
|
||||
"pagination": "api",
|
||||
"public": true,
|
||||
"quality": 100,
|
||||
"wait-min": 0
|
||||
},
|
||||
"e621":
|
||||
|
||||
Reference in New Issue
Block a user