[mangadex] add 'data-saver' option (#8573)

This commit is contained in:
Mike Fährmann
2025-11-19 09:37:56 +01:00
parent aa39770783
commit 89be2f45e4
4 changed files with 36 additions and 6 deletions

View File

@@ -4032,6 +4032,16 @@ Description
and `/user/follows/manga/feed <https://api.mangadex.org/docs/swagger.html#/Feed/get-user-follows-manga-feed>`__)
extractor.mangadex.data-saver
-----------------------------
Type
``bool``
Default
``false``
Description
Enable `Data Saver` mode and download lower quality versions of chapters.
extractor.mangadex.lang
-----------------------
Type

View File

@@ -530,6 +530,7 @@
"api-server": "https://api.mangadex.org",
"api-parameters": null,
"data-saver": false,
"lang": null,
"ratings": ["safe", "suggestive", "erotica", "pornographic"]
},