andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

Caching support #16

Closed andykais closed 5 years ago

andykais commented 5 years ago

Make the cache: boolean option work!

Cache works like this: cache table is separate from downloads & parsedTree (which are both used for ordering).

additional changes: