NikolaiT / GoogleScraper

A Python module to scrape several search engines (like Google, Yandex, Bing, Duckduckgo, ...). Including asynchronous networking support.
https://scrapeulous.com/
Apache License 2.0
2.6k stars 734 forks source link

Limit in number of images #199

Open pnambiar opened 6 years ago

pnambiar commented 6 years ago

I am using the example script image_search.py to download images. The number images downloaded is always 30. it does not change when I include the parameter to be 'num_pages_for_keyword': 4

ghost commented 9 months ago

I want to solve this issue. Please give me opportunity to solve it.