fix tests

This commit is contained in:
albert
2013-02-17 21:32:07 -05:00
parent 44682156c0
commit eb1ba8f708
4 changed files with 7 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ module Sources
def get_profile_from_page(page)
profile_url = page.search("a.user-link").first
if profile_url
profile_url = profile_url["href"]
profile_url = "http://www.pixiv.net" + profile_url["href"]
end
artist_name = page.search("h1.user").first