[mangadex] load additional metadata using includes[] directives

- always provide 'artist', 'author', and 'group' metadata fields (#2049)
- remove 'metadata' option
This commit is contained in:
Mike Fährmann
2021-11-22 01:10:30 +01:00
parent 19e00f1322
commit 11a3d96d13
3 changed files with 20 additions and 37 deletions

View File

@@ -1443,16 +1443,6 @@ Description
to filter chapters by.
extractor.mangadex.metadata
---------------------------
Type
``bool``
Default
``false``
Description
Provide ``artist``, ``author``, and ``group`` metadata fields.
extractor.mangadex.ratings
--------------------------
Type

View File

@@ -156,8 +156,9 @@
"mangadex":
{
"api-server": "https://api.mangadex.org",
"metadata": false,
"lang": null
"api-parameters": null,
"lang": null,
"ratings": ["safe", "suggestive", "erotica", "pornographic"]
},
"mangoxo":
{