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

[exhentai] fix pagination

This commit is contained in:
Mike Fährmann 2022-12-06 22:39:13 +01:00
parent ca4742200b
commit 202c1210d5
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -516,7 +516,7 @@ class ExhentaiSearchExtractor(ExhentaiExtractor):
data["gallery_token"] = gallery.group(3) data["gallery_token"] = gallery.group(3)
yield Message.Queue, url + "/", data yield Message.Queue, url + "/", data
next_url = text.extr(page, 'nexturl = "', '"', None) next_url = text.extr(page, 'nexturl="', '"', None)
if next_url is not None: if next_url is not None:
if not next_url: if not next_url:
return return