[simpcity] implement 'order-posts' option (#8248)

This commit is contained in:
Mike Fährmann
2025-09-22 11:20:10 +02:00
parent 09f0ba8e9c
commit a6e6389480
3 changed files with 65 additions and 6 deletions

View File

@@ -5000,6 +5000,22 @@ Description
Download animated images as ``.gif`` instead of ``.webp``
extractor.simpcity.order-posts
------------------------------
Type
``string``
Default
``"desc"``
Description
Controls the order in which
posts of a ``thread`` are processed.
``"asc"``
Ascending order (oldest first)
``"desc"`` | ``"reverse"``
Descending order (newest first)
extractor.sizebooru.metadata
----------------------------
Type

View File

@@ -715,6 +715,12 @@
{
"gifs": true
},
"simpcity":
{
"cookies": null,
"order-posts": "desc"
},
"sizebooru":
{
"sleep-request": "0.5-1.5",