another bug fix for nico seiga artist url normalization

This commit is contained in:
r888888888
2017-05-31 15:50:40 -07:00
parent 6a706a6b90
commit 09ed1ea720
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ module Sources
end
def normalized_for_artist_finder?
url =~ %r!https?://seiga\.nicovideo\.jp/user/illust/\d+!i
url =~ %r!https?://seiga\.nicovideo\.jp/user/illust/\d+/!i
end
def normalizable_for_artist_finder?