[tumblr] fix pagination when using 'date-max'

This commit is contained in:
Mike Fährmann
2025-09-02 10:14:11 +02:00
parent 52c932add6
commit ff147c2a32
3 changed files with 11 additions and 8 deletions

View File

@@ -5277,7 +5277,8 @@ extractor.tumblr.pagination
Type
``string``
Default
``"offset"``
* ``"before"`` if `date-max <extractor.tumblr.date-min & .date-max_>`__ is set
* ``"offset"`` otherwise
Description
Controls how to paginate over blog posts.

View File

@@ -779,7 +779,7 @@
"inline" : true,
"offset" : 0,
"original" : true,
"pagination": "offset",
"pagination": null,
"posts" : "all",
"ratelimit" : "abort",
"reblogs" : true,