bing_image_downloader icon indicating copy to clipboard operation
bing_image_downloader copied to clipboard

Why quotation marks do not work?

Open VahedCivil opened this issue 3 months ago • 0 comments

Hi This is my code

from bing_image_downloader import downloader

query_string = 'langeek dictionary definition "Go"'
downloader.download(query_string, limit=3,  output_dir='dataset', adult_filter_off=True, 
                    force_replace=False, timeout=60, verbose=True)

But the quotation marks do not work and the results with Bing isn't same.

VahedCivil avatar Mar 25 '24 12:03 VahedCivil