[danbooru][e621] use lower 'threshold' value by default (#6886)
fixes tag searches ending prematurely when a few posts are missing
This commit is contained in:
@@ -32,7 +32,7 @@ class DanbooruExtractor(BaseExtractor):
|
||||
if isinstance(threshold, int):
|
||||
self.threshold = 1 if threshold < 1 else threshold
|
||||
else:
|
||||
self.threshold = self.per_page
|
||||
self.threshold = self.per_page - 20
|
||||
|
||||
username, api_key = self._get_auth_info()
|
||||
if username:
|
||||
|
||||
Reference in New Issue
Block a user