Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Downloading Images Using google-images-download (CLI) Google Colab Available #384

Open
TechWithTy opened this issue Nov 27, 2023 · 0 comments

Comments

@TechWithTy
Copy link

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

  1. 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)
    

Google Colab Working File

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant