Open porcherface opened 2 years ago
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.
Did anyone find any solution?
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