Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ostephens committed Nov 29, 2016
1 parent 4289443 commit 464893f
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 @@ -36,6 +36,7 @@ def getDetails

puts "Starting..."
url = "http://home.heinonline.org/content/list-of-libraries/"
puts url
html = ScraperWiki.scrape(url)
doc = Nokogiri::HTML(html)
doc.xpath("//dd/a").each do |t|
Expand Down

0 comments on commit 464893f

Please sign in to comment.