Evan Sellers

Results 16 comments of Evan Sellers

Same issue. I couldn't get it to work with any setting. My first thought was... "Is google now blocking the download now?" I don't believe so though, because even if...

Unfortunately, it appears the google image formatting has been changed. I tried to do some playing around with the code, but the information for the image isn't sent as one...

So, I didn't fix the problem. But found a way around it. Bing (I know) uses a similar search format as the old google method. So I have re-written the...

@gonjumixproject Nothing additional should be required to use the script could you please show your errors and usage of the script?

@gonjumixproject So I have only updated it use the url... so try `python3.6 google_install_2.py -l 10 -u "https://www.bing.com/images/search?q=apple"` Let me know if this still doesn't work for you. This problem...

@nickkimer What are you using `-d` for? Are you trying to set how many images to download? Use the option `--limit` if you are trying to tell it how many...

@nickkimer So, if I am reading the documents correctly. The rate limiter is the amount of time the system waits after downloading one image, till the next one. That is...

@nickkimer I am sorry. I am not sure what else to try without getting my hands on it. I didn't change that much to make it support Bing, so it...

@nickkimer Yes, I have tried it with more than 100 images. You need to make sure you connect the chrome drivers.

@nickkimer I did get the JSON error, I have updated so it doesn't terminate if a JSON error occurs. However, I am not having a problem with Selenium. When I...