bing_image_downloader icon indicating copy to clipboard operation
bing_image_downloader copied to clipboard

Force Replace option not functioning due to typo.

Open seasnak opened this issue 3 years ago • 3 comments

On line 24 in downloader.py there is a missing '_'.

if Path.isdir(image_dir): should be if Path.is_dir(image_dir):

seasnak avatar Feb 11 '22 19:02 seasnak

Put in a pull request to fix this as I had the same issue with the typo.

ghost avatar Aug 19 '22 20:08 ghost

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.

seasnak avatar Aug 22 '22 02:08 seasnak

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.

ghost avatar Aug 22 '22 16:08 ghost