propublica/upton

Make Scraper instances additive

jeremybmerrill opened this issue · 1 comments

Scraper.new('http://website.com/some_index.html', '.link') + Scraper.new('http://website.com/another_index.html', '.hyperlink')

returns another Scraper instance (or one of the original Scrapers?) with all of the links

Implemented in future (for 1.0.0) in c73319b