Fix pixiv batch not working on old pixiv works
This commit is contained in:
@@ -109,7 +109,7 @@ module Sources
|
|||||||
protected
|
protected
|
||||||
|
|
||||||
def get_gallery_link(page)
|
def get_gallery_link(page)
|
||||||
link = page.search("a.multiple").first
|
link = page.search("div.works_display a").first
|
||||||
if link
|
if link
|
||||||
link.attr("href")
|
link.attr("href")
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user