gurugaurav / bing_image_downloader

Python library to download bulk of images from Bing.com
https://pypi.org/project/bing-image-downloader/
MIT License
198 stars 99 forks source link

Search food, but download many menu images #26

Open torrentpien opened 2 years ago

torrentpien commented 2 years ago

I attempted to download pizza images and used codes: downloader.download("pizza", limit=100, output_dir="photos", adult_filter_off=True, force_replace=False, timeout=5)

However, the downloader gave me many menu images from zmenu.com.

Lightfoe1 commented 2 years ago

This library works by finding the first 'limit' results on bing image search, then downloading them from their source. When you search for 'pizza', the results will contain menus so it is only normal for the downloader to download them.

ishandutta2007 commented 2 years ago

This may not be a long term solution but rollback to older version fixes this issue https://github.com/gurugaurav/bing_image_downloader/issues/19#issuecomment-952963064