Skip to content

Commit

Permalink
Save the data
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Jul 23, 2015
1 parent 7ffc5e8 commit a2df627
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 @@ -38,6 +38,7 @@ def scrape_term(term)
mpsource = tds[1].css('a/@href').text
data.merge! scrape_mp(URI.join(url, URI.escape(mpsource)).to_s) unless mpsource.empty?
puts data
ScraperWiki.save_sqlite([:name, :term], data)
end
end

Expand Down

0 comments on commit a2df627

Please sign in to comment.