diff --git a/docs/configuration.rst b/docs/configuration.rst index c809770b..5bca679f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -585,6 +585,7 @@ Description * ``mangoxo`` * ``newgrounds`` * ``nijie`` (`R `__) + * ``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 diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index ff72b2d5..877a90cd 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -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,