[pornpics] fix 'search' extractor pagination (#9022)

make stop condition more lenient
This commit is contained in:
Mike Fährmann
2026-02-08 21:55:19 +01:00
parent d77078d853
commit b769dc76f4
2 changed files with 10 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ class PornpicsExtractor(Extractor):
params = {"offset": 20}
limit = params["limit"] = 20
limit //= 2
headers = {
"Accept": "application/json, text/javascript, */*; q=0.01",