1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 12:42:29 +01:00

[imagefap] fix pagination (#3013)

This commit is contained in:
Mike Fährmann 2023-07-18 17:56:33 +02:00
parent 22099422ca
commit a996d936d2
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -283,7 +283,7 @@ class ImagefapFolderExtractor(ImagefapExtractor):
yield gid, extr("<b>", "<")
cnt += 1
if cnt < 25:
if cnt < 20:
break
params["page"] += 1