garyfeng / google-images-download

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
MIT License
1 stars 0 forks source link

Install chromedriver #6

Closed garyfeng closed 2 years ago

garyfeng commented 2 years ago

for any -l >100 you need to use Selenium via the chromedriver. To install:

googleimagesdownload -k "swimming free style" -oc "female swimmer" -l 105 --chromedriver "c:\bin\chromedriver.exe"

Which worked. It took 118 seconds to download the 105 images (with 21 errors and retries)

garyfeng commented 2 years ago

doc updated in c94d8eb