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

finds zero pics to be downloaded (in a few millis) #372

Open porcherface opened 2 years ago

porcherface commented 2 years ago

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

Charlweed commented 1 year 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.

usama-axcelerate commented 1 year ago

Did anyone find any solution?