[koharu] improve format selection (#6088)
- allow specifying more than one possible format - ignore not available formats
This commit is contained in:
@@ -2689,14 +2689,17 @@ Description
|
||||
extractor.koharu.format
|
||||
-----------------------
|
||||
Type
|
||||
``string``
|
||||
* ``string``
|
||||
* ``list`` of ``strings``
|
||||
Default
|
||||
``"original"``
|
||||
``["0", "1600", "1280", "980", "780"]``
|
||||
Description
|
||||
Name of the image format to download.
|
||||
Name(s) of the image format to download.
|
||||
|
||||
| Available formats are
|
||||
| ``"780"``, ``"980"``, ``"1280"``, ``"1600"``, ``"0"``/``"original"``
|
||||
When more than one format is given, the first available one is selected.
|
||||
|
||||
| Possible formats are
|
||||
| ``"780"``, ``"980"``, ``"1280"``, ``"1600"``, ``"0"`` (original)
|
||||
|
||||
|
||||
extractor.lolisafe.domain
|
||||
|
||||
Reference in New Issue
Block a user