propublica/upton

make scrape method return an enumerator

Opened this issue · 0 comments

so we can map over the pages, select just some, etc.

scraper.scrape.select{|contents, url| url.match(whatever)}.each &:whatever