Open mrmrfan opened 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
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
@Joeclinton1 fixed it here: https://github.com/Joeclinton1/google-images-download
thanks!
Thank you very much!
I'm getting this error even with the @Joeclinton1 version.
Hi @rafpaf , I have not succeed to reproduce the issue.
Could you provide us additional information like :
Thanks in advance.
@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!
any plans of merging this to main repo?
when I run the command line
googleimagesdownload --keywords "Polar bears, baloons, Beaches" --limit 20
, it just doesn't work...