Seiga: fix getting artist name

This commit is contained in:
Toks
2014-04-30 12:29:35 -04:00
parent 0507064004
commit b559f11c99

View File

@@ -29,7 +29,7 @@ module Sources
if links.any?
profile_url = "http://seiga.nicovideo.jp" + links[0]["href"]
artist_name = links[0].text.gsub(/<\/?strong>/, "")
artist_name = links[0].search("span")[0].children[0].text
else
profile_url = nil
artist_name = nil