[mangadex] load additional metadata using includes[] directives
- always provide 'artist', 'author', and 'group' metadata fields (#2049) - remove 'metadata' option
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user