rely on pixiv api for getting image url (fixes #3721)

[skip ci]
This commit is contained in:
Albert Yi
2018-05-22 09:45:27 -07:00
parent be54741dba
commit bd49f5ed20

View File

@@ -95,7 +95,7 @@ module Sources
is_manga = @page_count > 1
if !@zip_url
@image_url = get_image_url_from_page(page, is_manga)
@image_url = image_urls.first
end
end