[deviantart] re-add 'quality' option and 'intermediary' transform

This commit is contained in:
Mike Fährmann
2023-09-24 17:36:05 +02:00
parent 20d1683c47
commit 0c5d8b1505
4 changed files with 42 additions and 1 deletions

View File

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

View File

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