[mangadex] allow multiple values for 'lang' (#4093)

This was already possible by setting 'lang' to a list of strings,
but now it can also be done as a more command-line friendly string.

-o lang=fr,it
This commit is contained in:
Mike Fährmann
2023-07-26 17:14:12 +02:00
parent 52053b58f0
commit 1ece3b92ff
2 changed files with 22 additions and 4 deletions

View File

@@ -2093,11 +2093,14 @@ Description
extractor.mangadex.lang
-----------------------
Type
``string``
* ``string``
* ``list`` of ``strings``
Example
``"en"``
* ``"en"``
* ``"fr,it"``
* ``["fr", "it"]``
Description
`ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__ language code
`ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__ language codes
to filter chapters by.