fixed nico seiga sources

This commit is contained in:
albert
2013-02-19 23:09:07 -05:00
parent 274ef71794
commit 8fb20c6b3a
3 changed files with 6 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ module Sources
end
def get
agent.get(URI.parse(url).request_uri) do |page|
agent.get(url) do |page|
@artist_name, @profile_url = get_profile_from_page(page)
@image_url = get_image_url_from_page(page)
@tags = get_tags_from_page(page)