From e661607e8b8b3fde73e8b116f5ea777e0a3342ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 20 Jun 2021 22:41:41 +0200 Subject: [PATCH] [mangadex] document 'metadata' and 'lang' options (#1535) --- docs/configuration.rst | 23 +++++++++++++++++++++++ docs/gallery-dl.conf | 4 +++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index c57f60e0..027cc138 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -771,6 +771,7 @@ Description * ``true``: Original ZIP archives * ``false``: Converted video files + extractor.danbooru.metadata --------------------------- Type @@ -782,6 +783,7 @@ Description Note: This requires 1 additional HTTP request for each post. + extractor.derpibooru.api-key ---------------------------- Type @@ -1244,6 +1246,27 @@ Description The server to use for API requests. +extractor.mangadex.lang +----------------------- +Type + ``string`` +Example + ``"en"`` +Description + `ISO 639-1 `_ language code + to filter chapters by. + + +extractor.mangadex.metadata +--------------------------- +Type + ``bool`` +Default + ``false`` +Description + Provide ``artist``, ``author``, and ``group`` metadata fields. + + extractor.newgrounds.flash -------------------------- Type diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 9514c7aa..35a296e0 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -148,7 +148,9 @@ }, "mangadex": { - "api-server": "https://api.mangadex.org" + "api-server": "https://api.mangadex.org", + "metadata": false, + "lang": null }, "mangoxo": {