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

Does not work with any search terms. #370

Open Zoltanio opened 2 years ago

Zoltanio commented 2 years ago

Item no.: 1 --> Item name = dogs Evaluating... 'NoneType' object is not subscriptable Image objects data unpacking failed.

It used to work just fine a few months ago.

Tritaya commented 2 years ago

Same issue

ishandutta2007 commented 2 years ago

why are so few people commenting. is it working for others ?

porcherface commented 2 years ago

just downloaded, used in this snippet:

from google_images_download import google_images_download argument = {"keywords":"templar assassin,drow ranger,mirana","limit":100,"print_urls":True} response = google_images_download.googleimagesdownload() absolute_image_paths = response.download(argument)

OUTPUT:

Item no.: 1 --> Item name = templar assassin 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.: 2 --> Item name = drow ranger 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.: 3 --> Item name = mirana 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

NicolasGrosjean commented 2 years ago

Hi, you can try the Joeclinton1's fork.

To install it, you can see #298