[bellazon] add 'order-posts' option (#8248)

This commit is contained in:
Mike Fährmann
2025-09-20 22:12:01 +02:00
parent c991f05d52
commit 8796ad02ba
4 changed files with 55 additions and 3 deletions

View File

@@ -1600,6 +1600,22 @@ Description
``image``, ``video``, ``mediacollection``, ``embed``, ``text``.
extractor.bellazon.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.bellazon.quoted
-------------------------
Type

View File

@@ -156,7 +156,8 @@
},
"bellazon":
{
"quoted": false
"order-posts": "desc",
"quoted" : false
},
"bilibili":
{