Merge pull request #4806 from nonamethanks/fix-nijie-bookmarklet

Nijie: get correct image when using batch bookmarklet
This commit is contained in:
evazion
2021-06-02 15:17:41 -05:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ module Sources
def image_url
return to_full_image_url(url) if url =~ IMAGE_URL || url =~ DOJIN_URL
return url if url =~ IMAGE_BASE_URL
image_urls.first
end