hardikvasa / google-images-download

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
MIT License
8.57k stars 2.11k forks source link

Unfortunately all 20 could not be downloaded because some images were not downloadable #354

Open mrmrfan opened 3 years ago

mrmrfan commented 3 years ago

when I run the command line googleimagesdownload --keywords "Polar bears, baloons, Beaches" --limit 20, it just doesn't work...

4ndr3aR commented 3 years ago

Same for me, with any search term...

googleimagesdownload -k 'apples' -o pwd -l 20 -f jpg

Item no.: 1 --> Item name = apples
Evaluating...
Starting Download...

Unfortunately all 20 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0

Everything downloaded!
Total errors: 0
Total time taken: 0.5715351104736328 Seconds
4ndr3aR commented 3 years ago

Same using chromium-chromedriver (sudo apt install chromium-chromedriver)

googleimagesdownload -k 'apples' -o pwd -l 1000 -f jpg --chromedriver /usr/lib/chromium-browser/chromedriver

Item no.: 1 --> Item name = apples
Evaluating...
Getting you a lot of images. This may take a few moments...
Reached end of Page.
Starting Download...

Unfortunately all 1000 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0

Everything downloaded!
Total errors: 0
Total time taken: 17.73386287689209 Seconds
4ndr3aR commented 3 years ago

@Joeclinton1 fixed it here: https://github.com/Joeclinton1/google-images-download

mrmrfan commented 3 years ago

thanks!

PeterQiu0516 commented 2 years ago

Thank you very much!

rafpaf commented 2 years ago

I'm getting this error even with the @Joeclinton1 version.

NicolasGrosjean commented 2 years ago

Hi @rafpaf , I have not succeed to reproduce the issue.

Could you provide us additional information like :

Thanks in advance.

livan3li commented 2 years ago

@Joeclinton1 fixed it here: https://github.com/Joeclinton1/google-images-download

I've tried everything in here : link but didnt work. Then i tried your version and It worked for me. thank you very much dude!

copperwiring commented 8 months ago

any plans of merging this to main repo?