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:
parent
ca4742200b
commit
202c1210d5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user