[docs] update 'xenforo' options

This commit is contained in:
Mike Fährmann
2025-12-12 16:28:41 +01:00
parent 4557ab5e80
commit db90fe9b82
2 changed files with 34 additions and 24 deletions

View File

@@ -585,6 +585,7 @@ Description
* ``mangoxo`` * ``mangoxo``
* ``newgrounds`` * ``newgrounds``
* ``nijie`` (`R <pw-required_>`__) * ``nijie`` (`R <pw-required_>`__)
* ``nudostarforum``
* ``pillowfort`` * ``pillowfort``
* ``rule34xyz`` * ``rule34xyz``
* ``sankaku`` * ``sankaku``
@@ -5437,22 +5438,6 @@ Description
Download animated images as ``.gif`` instead of ``.webp`` 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 extractor.sizebooru.metadata
---------------------------- ----------------------------
Type Type
@@ -6926,6 +6911,22 @@ Description
For ``Category:`` pages, recursively descent into subcategories. For ``Category:`` pages, recursively descent into subcategories.
extractor.[xenforo].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.ytdl.cmdline-args extractor.ytdl.cmdline-args
--------------------------- ---------------------------
Type Type

View File

@@ -746,14 +746,6 @@
{ {
"gifs": true "gifs": true
}, },
"simpcity":
{
"username": "",
"password": "",
"cookies" : null,
"order-posts": "desc"
},
"sizebooru": "sizebooru":
{ {
"sleep-request": "0.5-1.5", "sleep-request": "0.5-1.5",
@@ -1176,6 +1168,23 @@
"format": "original" "format": "original"
}, },
"xenforo":
{
"order-posts": "desc"
},
"nudostarforum":
{
"username": "",
"password": "",
"cookies" : null
},
"simpcity":
{
"username": "",
"password": "",
"cookies" : null
},
"booru": "booru":
{ {
"tags" : false, "tags" : false,