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 tried from the command line. Command was python .\google_images_download\google_images_download.py -k otyugh
Error message was Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!
As are as I can tell, it is never able to download any images.
tried with both multiple and single key. snippet and output attached.
code snippet from google_images_download import google_images_download
response = google_images_download.googleimagesdownload()
triple key
argument = {"keywords":"templar assassin,drow ranger,mirana","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)
triple key
argument = {"keywords":"invoker,spectre,abaddon","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)
triple key
argument = {"keywords":"cat,dog,plane","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)
single key
argument = {"keywords":"invoker","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)
#############
on a macbook pro 2012, mojave 10.14.6
scraper_output.txt
The text was updated successfully, but these errors were encountered: