google-images-download icon indicating copy to clipboard operation
google-images-download copied to clipboard

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!

Results 122 google-images-download issues
Sort by recently updated
recently updated
newest added

Wrong extension file created when the url and real extension doesn't match. For example, the url below have a jpg extension, but it is webp. https://image.shutterstock.com/image-photo/perfect-fresh-green-apple-isolated-260nw-408483697.jpg

This makes the code look nicer and removes unused/redundant code.

I found that the progrem hangs on this line. Should it add `timeout` when call `urlopen`? https://github.com/hardikvasa/google-images-download/blob/0d2bf8f17b5a8806d90df7258e7a172aa0cb7963/google_images_download/google_images_download.py#L139-L140

I get the error below when trying to search for images using keywords with Spanish characters like á, ó, and í. The error occurs when using the library from my...

I have installed google-chrome and chromedriver both version 76 and selenium and placed them in /usr/bin directory and 'which' commnad for each application is giving me same path . If...

I am searching with Chinese words and raise below exception.

> Item no.: 1 --> Item name = segway Evaluating... Could not open URL. Please check your internet connection and/or ssl settings If you are using proxy, make sure your...

Presently, when the script is run, the images are directly downloaded. It would be more convenient if the users could get a preview of the images before they download all...

I downloaded Chromedriver, but I don't know how to use it.