[gelbooru] add 'order-posts' option for favorites (#5220)

This commit is contained in:
Mike Fährmann
2024-03-23 13:30:09 +01:00
parent 55e8fdad29
commit 31e7ca73b6
3 changed files with 53 additions and 14 deletions

View File

@@ -2017,6 +2017,20 @@ Description
page.
extractor.gelbooru.favorite.order-posts
---------------------------------------
Type
``string``
Default
``"desc"``
Description
Controls the order in which favorited posts are returned.
* ``"asc"``: Ascending favorite date order (oldest first)
* ``"desc"``: Descending favorite date order (newest first)
* ``"reverse"``: Same as ``"asc"``
extractor.generic.enabled
-------------------------
Type