[simpcity] implement 'order-posts' option (#8248)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -715,6 +715,12 @@
|
||||
{
|
||||
"gifs": true
|
||||
},
|
||||
"simpcity":
|
||||
{
|
||||
"cookies": null,
|
||||
|
||||
"order-posts": "desc"
|
||||
},
|
||||
"sizebooru":
|
||||
{
|
||||
"sleep-request": "0.5-1.5",
|
||||
|
||||
Reference in New Issue
Block a user