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

Downloaded 0 image using the example this repo document provided #386

Open
stevezkw1998 opened this issue Dec 12, 2023 · 3 comments
Open

Comments

@stevezkw1998
Copy link

root@46a091b7f167:/app# pip freeze | grep google
google-api-core==2.14.0
google-api-python-client==1.12.11
google-auth==2.25.1
google-auth-httplib2==0.1.1
google-cloud-core==2.3.3
google-cloud-storage==2.13.0
google-crc32c==1.5.0
google-images-download==2.8.0
google-resumable-media==2.6.0
googleapis-common-protos==1.61.0

The codes told the issue

In [1]: from google_images_download import google_images_download

In [2]: response = google_images_download.googleimagesdownload()

In [3]: arguments = {"keywords":"Polar bears,baloons,Beaches","limit":1,"print_urls":True}

In [4]: paths = response.download(arguments)

Item no.: 1 --> Item name = Polar bears
Evaluating...
Starting Download...

Errors: 0


Item no.: 2 --> Item name = baloons
Evaluating...
Starting Download...

Errors: 0


Item no.: 3 --> Item name = Beaches
Evaluating...
Starting Download...

Errors: 0


In [5]: paths
Out[5]: ({'Polar bears': [], 'baloons': [], 'Beaches': []}, 0)

In [6]: arguments = {"keywords":"human","limit":1,"print_urls":True}

In [7]: paths = response.download(arguments)

Item no.: 1 --> Item name = human
Evaluating...
Starting Download...

Errors: 0


In [8]: paths
Out[8]: ({'human': []}, 0)

In [9]:
@thanhtoan1196
Copy link

any updates?

@rubikJ
Copy link

rubikJ commented Mar 9, 2024

same issue

@neilyoung
Copy link

Outdated

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

4 participants