Herschel
Results
1
comments of
Herschel
for those who still run into this issue in 2023, this fixed for me: ``` from bing_image_downloader.downloader import download download('map', limit=100, output_dir='dataset', adult_filter_off=True, force_replace=False, timeout=60, verbose=True) ```