[kemonoparty] add 'order-revisions' option (#5334)

This commit is contained in:
Mike Fährmann
2024-03-15 23:04:10 +01:00
parent 1418c0ce38
commit 03a9ce9832
2 changed files with 24 additions and 0 deletions

View File

@@ -2346,6 +2346,22 @@ Description
Note: This requires 1 additional HTTP request per post.
extractor.kemonoparty.order-revisions
-------------------------------------
Type
``string``
Default
``"desc"``
Description
Controls the order in which
`revisions <extractor.kemonoparty.revisions_>`__
are returned.
* ``"asc"``: Ascending order (oldest first)
* ``"desc"``: Descending order (newest first)
* ``"reverse"``: Same as ``"asc"``
extractor.khinsider.format
--------------------------
Type