Open Zoltanio opened 2 years ago
Same issue
why are so few people commenting. is it working for others ?
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
Hi, you can try the Joeclinton1's fork.
To install it, you can see #298
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.