Navigation Menu

Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
iecaff committed May 17, 2015
1 parent 09591c7 commit c7d9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -17,7 +17,7 @@
con_image = con_page.uri.merge image_url
puts con_image

con_text = con_page.parser.css("div[class='node node-article clearfix']")
con_text = con_page.parser.css("div[class='node node-article clearfix']").inner_text
puts con_text


Expand Down

0 comments on commit c7d9400

Please sign in to comment.