pevers / images-scraper

Simple and fast scraper for Google
ISC License
224 stars 69 forks source link

Add support for puppeteer-core #76

Closed goodudetheboy closed 1 year ago

goodudetheboy commented 3 years ago

Downloading the whole Chromium dependency is a bit wasteful, consider that some might want to use the available browser to scrape instead. Can you consider adding support for puppeteer-core, a more lightweight version of puppeteer?

pevers commented 3 years ago

Downloading the whole Chromium dependency is a bit wasteful, consider that some might want to use the available browser to scrape instead. Can you consider adding support for puppeteer-core, a more lightweight version of puppeteer?

This would definitely be a nice addition. I would still like a simple one-click solution, but also provide a more lightweight approach. Maybe a separate package images-scraper-core makes sense.