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:
parent
22099422ca
commit
a996d936d2
@ -283,7 +283,7 @@ class ImagefapFolderExtractor(ImagefapExtractor):
|
||||
yield gid, extr("<b>", "<")
|
||||
cnt += 1
|
||||
|
||||
if cnt < 25:
|
||||
if cnt < 20:
|
||||
break
|
||||
params["page"] += 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user