issues
search
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
Instantiate scraper as class
#43
Closed
andykais
closed
4 years ago
andykais
commented
5 years ago
instantiate a class instead of creating an object with methods.
changed query arguments
add active scraper lock to prevent simultaneous scrapers from overwriting one another (closes #41)
plus all the changes from #45