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 1cc1b51 commit b710277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

con_text = con_page.parser.css("div[class='node node-article clearfix']")
con_text.each do |con_string|
puts "next"
puts con_string.content
end

Expand Down

0 comments on commit b710277

Please sign in to comment.