[foolfuuka] stop search when results are exhausted (#1174)

This commit is contained in:
Mike Fährmann
2021-01-16 00:41:28 +01:00
parent b0cf968115
commit e9a75e27d9

View File

@@ -167,6 +167,8 @@ class FoolfuukaSearchExtractor(FoolfuukaExtractor):
return
yield from posts
if len(posts) <= 3:
return
params["page"] += 1