You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to download images with a simple seach but no images are found so no downloads occur. For example:
$ pip install google_images_download
$ googleimagesdownload -k dog -pk small,big -f jpg -s medium -t photo -o . -n -nn
Item no.: 1 --> Item name = small dog
Evaluating...
Starting Download...
Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!
Errors: 0
Item no.: 1 --> Item name = big dog
Evaluating...
Starting Download...
Unfortunately all 100 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: 1.5911729335784912 Seconds
My Python version is 3.7.6 (Anaconda):
$ python --version
Python 3.7.6
I have google-images-download version 2.8 installed:
$ conda list | grep google
google-images-download 2.8.0 pypi_0 pypi
What might be the issue? If I can provide any further info to help troubleshoot then please advise. I have used this package in the past in this manner and it has worked very well, so I think the error is not with the input arguments. In any event, let me take this opportunity to thank the developers of this package, it is quite useful. Thanks in advance for any help with this issue.
The text was updated successfully, but these errors were encountered:
I have tried to download images with a simple seach but no images are found so no downloads occur. For example:
My Python version is 3.7.6 (Anaconda):
I have
google-images-download
version 2.8 installed:What might be the issue? If I can provide any further info to help troubleshoot then please advise. I have used this package in the past in this manner and it has worked very well, so I think the error is not with the input arguments. In any event, let me take this opportunity to thank the developers of this package, it is quite useful. Thanks in advance for any help with this issue.
The text was updated successfully, but these errors were encountered: