Open jeremybmerrill opened 10 years ago
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 c73319b4316ac0959094b3667898e168c87d0cab
returns another Scraper instance (or one of the original Scrapers?) with all of the links