pevers / images-scraper

Simple and fast scraper for Google
ISC License
225 stars 70 forks source link

Stop image scraping immediately when there are no results #72

Closed watermelonoof closed 3 years ago

watermelonoof commented 3 years ago

Hi, I just found if google doesn't give any image result "Your search - (search) - did not match any image results.", the method would wait until the timeout. Would like it to end immediately.

Example

pevers commented 3 years ago

Thanks for the bug report @WaterMelonOof ! I'm taking a look if I can fix this.

pevers commented 3 years ago

I can't seem to reproduce it @WaterMelonOof . Can you try running it with:

LOG_LEVEL=debug node src/example.js

And post the outcome? What version are you using? The latest one? 6.3.0?

pevers commented 3 years ago

Closing this for inactivity. Please reopen if you are still facing this issue.