[e621] softcode the pagination threshold
This commit is contained in:
@@ -1004,18 +1004,21 @@ Description
|
||||
Note: This requires 1 additional HTTP request for each post.
|
||||
|
||||
|
||||
extractor.danbooru.pagination
|
||||
-----------------------------
|
||||
extractor.danbooru.threshold
|
||||
----------------------------
|
||||
Type
|
||||
``string``
|
||||
``string`` or ``int``
|
||||
Default
|
||||
``"length"``
|
||||
``"auto"``
|
||||
Description
|
||||
Controls when to stop paginating over API results.
|
||||
Stop paginating over API results if the length of a batch of returned
|
||||
posts is less than the specified number. Defaults to the per-page limit
|
||||
of the current instance, which is 320 for ``e621`` and 200 for
|
||||
everything else.
|
||||
|
||||
* ``"length"``: Stop when the length of a batch of results is less than
|
||||
the page limit.
|
||||
* ``"manual"``: Only stop when a batch of results is empty.
|
||||
Note: Changing this setting is normally not necessary. When the value is
|
||||
greater than the per-page limit, gallery-dl will stop after the first
|
||||
batch. The value cannot be less than 1.
|
||||
|
||||
|
||||
extractor.danbooru.ugoira
|
||||
|
||||
Reference in New Issue
Block a user