pevers / images-scraper

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

Wait for page load #37

Closed pevers closed 4 years ago

pevers commented 4 years ago

Fix issues with slightly slower connections. This will wait for page load before continuing.

Added the single-process flag because of https://github.com/puppeteer/puppeteer/issues/4911

Closes: https://github.com/pevers/images-scraper/issues/36