1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

[mangadex] document 'metadata' and 'lang' options (#1535)

This commit is contained in:
Mike Fährmann 2021-06-20 22:41:41 +02:00
parent ceaf7fd989
commit e661607e8b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 26 additions and 1 deletions

View File

@ -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 <https://en.wikipedia.org/wiki/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

View File

@ -148,7 +148,9 @@
},
"mangadex":
{
"api-server": "https://api.mangadex.org"
"api-server": "https://api.mangadex.org",
"metadata": false,
"lang": null
},
"mangoxo":
{