[booru] allow multiple 'url' keys (#5859)

This commit is contained in:
Mike Fährmann
2024-07-17 20:40:29 +02:00
parent bf44add132
commit 6940ad0e72
2 changed files with 16 additions and 3 deletions

View File

@@ -4577,14 +4577,18 @@ Description
extractor.[booru].url
---------------------
Type
``string``
* ``string``
* ``list`` of ``strings``
Default
``"file_url"``
Example
``"preview_url"``
* ``"preview_url"``
* ``["sample_url", "preview_url", "file_url"}``
Description
Alternate field name to retrieve download URLs from.
When multiple names are given, download the first available one.
extractor.[manga-extractor].chapter-reverse
-------------------------------------------