[e621] implement manual pagination mode

This commit is contained in:
ClosedPort22
2022-12-16 16:15:36 +08:00
parent 6f0735568c
commit d0ad6d0e67
2 changed files with 16 additions and 1 deletions

View File

@@ -1004,6 +1004,20 @@ Description
Note: This requires 1 additional HTTP request for each post.
extractor.danbooru.pagination
-----------------------------
Type
``string``
Default
``"length"``
Description
Controls when to stop paginating over API results.
* ``"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.
extractor.danbooru.ugoira
-------------------------
Type