[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:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user