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 1 year ago • 1 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

This lib is not supported officially so there can be some limitation in search. Let me check for it.

gurugaurav avatar Aug 05 '24 08:08 gurugaurav