forked from e621ng/e621ng
Fix FA source insertion lacking trailing /
This commit is contained in:
parent
f56604c25f
commit
38427ce5ab
@ -14,10 +14,10 @@ module Sources
|
||||
|
||||
def parse
|
||||
if @url =~ IMAGE_TO_ARTIST
|
||||
@gallery_url = "https://www.furaffinity.net/user/#{$1}"
|
||||
@gallery_url = "https://www.furaffinity.net/user/#{$1}/"
|
||||
@direct_url = @url
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user