[comick] add 'lang' option (#7938)
This commit is contained in:
@@ -1973,6 +1973,20 @@ Description
|
||||
`quality <extractor.civitai.quality_>`__ ones.
|
||||
|
||||
|
||||
extractor.comick.lang
|
||||
---------------------
|
||||
Type
|
||||
* ``string``
|
||||
* ``list`` of ``strings``
|
||||
Example
|
||||
* ``"en"``
|
||||
* ``"fr,it,pl"``
|
||||
* ``["fr", "it", "pl"]``
|
||||
Description
|
||||
`ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__ language codes
|
||||
to filter chapters by.
|
||||
|
||||
|
||||
extractor.cyberdrop.domain
|
||||
--------------------------
|
||||
Type
|
||||
|
||||
@@ -211,6 +211,10 @@
|
||||
"quality" : "original=true",
|
||||
"quality-videos": "quality=100"
|
||||
},
|
||||
"comick":
|
||||
{
|
||||
"lang": ""
|
||||
},
|
||||
"coomer":
|
||||
{
|
||||
"username": "",
|
||||
|
||||
Reference in New Issue
Block a user