bing_image_downloader
                                
                                
                                
                                    bing_image_downloader copied to clipboard
                            
                            
                            
                        Force Replace option not functioning due to typo.
On line 24 in downloader.py there is a missing '_'.
if Path.isdir(image_dir): should be if Path.is_dir(image_dir):
Put in a pull request to fix this as I had the same issue with the typo.
Put in a pull request to fix this as I had the same issue with the typo.
I created a PR when I found the issue, but it hasn't been approved/merged yet.
Put in a pull request to fix this as I had the same issue with the typo.
I created a PR when I found the issue, but it hasn't been approved/merged yet.
Yeah I realized after a little more looking that this repo is dead and I just forked it to start improving it myself for what I'm working on. First time looking at scraping images to make a classifier and I am kind of shocked how little seems to be out there for this task.