reduce expiry for cached pixiv tokens to 1 week, revert to old method for extracting image url from page (fixes #3722)

This commit is contained in:
Albert Yi
2018-05-25 10:03:58 -07:00
parent 01250faaac
commit c97b0245d6
2 changed files with 4 additions and 3 deletions

View File

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