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 16, 2015
1 parent ac22ea8 commit ab0f76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.rb
Expand Up @@ -17,9 +17,9 @@
con_image = con_page.uri.merge image_url
puts con_image

con_text = con_page.search('div#eventDetails').text
con_text = con_page.search('div#eventDetails')
con_text.each do |con_string|
puts con_string
puts con_string.search('#text')
end


Expand Down

0 comments on commit ab0f76b

Please sign in to comment.