[mangapark] add 'source' option (#3969)

This commit is contained in:
Mike Fährmann
2023-07-02 15:07:22 +02:00
parent c45a913bfd
commit 6ae3101fd0
2 changed files with 115 additions and 7 deletions

View File

@@ -2110,6 +2110,24 @@ Description
List of acceptable content ratings for returned chapters.
extractor.mangapark.source
--------------------------
Type
* ``string``
* ``integer``
Example
* ``"koala:en"``
* ``15150116``
Description
Select chapter source and language for a manga.
| The general syntax is ``"<source name>:<ISO 639-1 language code>"``.
| Both are optional, meaning ``"koala"``, ``"koala:"``, ``":en"``,
or even just ``":"`` are possible as well.
Specifying the numeric ``ID`` of a source is also supported.
extractor.[mastodon].access-token
---------------------------------
Type