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

finds zero pics to be downloaded (in a few millis) #372

Open
porcherface opened this issue Nov 13, 2022 · 2 comments
Open

finds zero pics to be downloaded (in a few millis) #372

porcherface opened this issue Nov 13, 2022 · 2 comments

Comments

@porcherface
Copy link

tried with both multiple and single key. snippet and output attached.

code snippet from google_images_download import google_images_download

response = google_images_download.googleimagesdownload()

triple key

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

triple key

argument = {"keywords":"invoker,spectre,abaddon","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)

triple key

argument = {"keywords":"cat,dog,plane","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)

single key

argument = {"keywords":"invoker","limit":100,"print_urls":True}
absolute_image_paths = response.download(argument)

#############
on a macbook pro 2012, mojave 10.14.6
scraper_output.txt

@Charlweed
Copy link

I tried from the command line. Command was
python .\google_images_download\google_images_download.py -k otyugh
Error message was
Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

As are as I can tell, it is never able to download any images.

@usama-axcelerate
Copy link

Did anyone find any solution?

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

3 participants