pevers / images-scraper

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

Fix infinite loop for large limits #48

Closed pevers closed 4 years ago

pevers commented 4 years ago

When searching for large limits the script doesn't always detect the end-of-page. Instead of looking for a possibly localized string, I quit when the amount of results doesn't increase. I increased the scroll page delay to wait for page load after a scroll.

Related issue: https://github.com/pevers/images-scraper/issues/44