Open
Description
Issue: Error Downloading Images for 'puppies' Using google-images-download
Description
When using google-images-download
to download images for the keyword 'puppies', the tool fails to download any images. Despite specifying a limit of 10 images, the tool reports that none of the images were downloadable.
Steps to Reproduce
- Execute the following Python script:
from google_images_download import google_images_download response = google_images_download.googleimagesdownload() arguments = {"keywords": "puppies", "limit": 10, "print_urls": True} paths = response.download(arguments) print(paths)
Metadata
Metadata
Assignees
Labels
No labels