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

Use an actual logger #5

Open garyfeng opened 2 years ago

garyfeng commented 2 years ago

The code saves the log in a file by using plain file open/close for every image downloaded. It can use a real logger for python.

garyfeng commented 2 years ago

we want to keep the search keyword and the online_chip ( #1) in the log ... as meta data.