Merge pull request #2782 from evazion/fix-2779

Fix #2779: Erroneous pixiv_id parsed for novel/background/profile images
This commit is contained in:
Albert Yi
2016-12-05 11:44:38 -08:00
committed by GitHub
12 changed files with 19612 additions and 11 deletions

View File

@@ -82,6 +82,10 @@ module Sources
[image_url]
end
def tags
@tags || []
end
# Should be set to a url for sites that prevent hotlinking, or left nil for sites that don't.
def fake_referer
nil