[docs] update 'xenforo' options
This commit is contained in:
@@ -585,6 +585,7 @@ Description
|
||||
* ``mangoxo``
|
||||
* ``newgrounds``
|
||||
* ``nijie`` (`R <pw-required_>`__)
|
||||
* ``nudostarforum``
|
||||
* ``pillowfort``
|
||||
* ``rule34xyz``
|
||||
* ``sankaku``
|
||||
@@ -5437,22 +5438,6 @@ 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
|
||||
@@ -6926,6 +6911,22 @@ Description
|
||||
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
|
||||
---------------------------
|
||||
Type
|
||||
|
||||
@@ -746,14 +746,6 @@
|
||||
{
|
||||
"gifs": true
|
||||
},
|
||||
"simpcity":
|
||||
{
|
||||
"username": "",
|
||||
"password": "",
|
||||
"cookies" : null,
|
||||
|
||||
"order-posts": "desc"
|
||||
},
|
||||
"sizebooru":
|
||||
{
|
||||
"sleep-request": "0.5-1.5",
|
||||
@@ -1176,6 +1168,23 @@
|
||||
"format": "original"
|
||||
},
|
||||
|
||||
"xenforo":
|
||||
{
|
||||
"order-posts": "desc"
|
||||
},
|
||||
"nudostarforum":
|
||||
{
|
||||
"username": "",
|
||||
"password": "",
|
||||
"cookies" : null
|
||||
},
|
||||
"simpcity":
|
||||
{
|
||||
"username": "",
|
||||
"password": "",
|
||||
"cookies" : null
|
||||
},
|
||||
|
||||
"booru":
|
||||
{
|
||||
"tags" : false,
|
||||
|
||||
Reference in New Issue
Block a user