Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
isithebe committed Sep 5, 2019
1 parent 461c09f commit ac0b9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
agent = Mechanize.new
page = agent.get("http://www.premiereclasse.fr")

links = page.at("mailto:")
links = page.at('mail')

links.each do |li|
member = {
Expand Down

0 comments on commit ac0b9b8

Please sign in to comment.