Hi there,
Thank you very much for your project. It's very helpful.
I have the same problem when it stops downloading before reaching limit.
I notice that it only finds 710 images on both Google and Bing which is unusual because I think there are more "popular meme" on two sites. And you mentioned you were able to download 1000 images.
In bing_grabber.py and google_grabber.py, I tried to increase no_of_pages_down to 200/300 (no_of_pages_down = 20 if nb_images < 300 else 200) but it did not help.
My system:
OS: Windows 7 Enterprise
Chrome: Version 67.0.3396.62 (Official Build) (64-bit)
Anaconda 5.2.0 Python 6.4.0
Can you please help?
Thank you.
P/S: I found a closed issue about this problem so I re-create a new issue.
Hi there, Thank you very much for your project. It's very helpful. I have the same problem when it stops downloading before reaching limit. I notice that it only finds 710 images on both Google and Bing which is unusual because I think there are more "popular meme" on two sites. And you mentioned you were able to download 1000 images. In bing_grabber.py and google_grabber.py, I tried to increase no_of_pages_down to 200/300 (no_of_pages_down = 20 if nb_images < 300 else 200) but it did not help. My system: OS: Windows 7 Enterprise Chrome: Version 67.0.3396.62 (Official Build) (64-bit) Anaconda 5.2.0 Python 6.4.0 Can you please help? Thank you.
P/S: I found a closed issue about this problem so I re-create a new issue.