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 c2a9ee3 commit 169cd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -22,7 +22,7 @@
puts con_ward
end
if con_page.at("strong:contains('Email')").next.nil?
con_email = con_page.at("strong:contains('Email')").next.next.next.next.text
con_email = con_page.at("strong:contains('Email')").next.next.next.text
else
con_email = con_page.at("strong:contains('Email')").next.next.text
puts con_email
Expand Down

0 comments on commit 169cd83

Please sign in to comment.