pixiv source fix

This commit is contained in:
albert
2013-02-16 23:26:28 -05:00
parent f5f760117e
commit 7e0e961656

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_link["href"]
profile_url = profile_url["href"]
end
artist_name = page.search("h1.user").first