[itaku] add 'order' option

This commit is contained in:
Mike Fährmann
2025-10-30 18:47:34 +01:00
parent 20bca3f2e4
commit 2194dde9ea
4 changed files with 50 additions and 10 deletions

View File

@@ -3707,6 +3707,24 @@ Note
It is possible to use ``"all"`` instead of listing all values separately.
extractor.itaku.order
---------------------
Type
``string``
Default
``"desc"``
Description
Controls the order in which
images/posts/users are returned.
``"asc"`` | ``"reverse"``
Ascending order (oldest first)
``"desc"``
Descending order (newest first)
any other ``string``
Custom result order
extractor.itaku.videos
----------------------
Type

View File

@@ -474,6 +474,7 @@
{
"sleep-request": "0.5-1.5",
"include": "gallery",
"order" : "desc",
"videos" : true
},
"iwara":