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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user