bing_image_downloader icon indicating copy to clipboard operation
bing_image_downloader copied to clipboard

Search food, but download many menu images

Open torrentpien opened this issue 2 years ago • 2 comments

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.

torrentpien avatar Apr 03 '22 03:04 torrentpien

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.

Lightfoe1 avatar Jun 21 '22 10:06 Lightfoe1

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

ishandutta2007 avatar Jul 28 '22 22:07 ishandutta2007