bing_image_downloader icon indicating copy to clipboard operation
bing_image_downloader copied to clipboard

Python library to download bulk of images from Bing.com

Results 29 bing_image_downloader issues
Sort by recently updated
recently updated
newest added

it receives a list of strings that are used to prevent download from certain websites

Hi This is my code ```python 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...

Is it possible to save the urls along with the image?

Hello, I just keep getting the messages: [!!]Indexing page: 320 [%] Indexed 10 Images on Page 320. Any solution?

https://github.com/gurugaurav/bing_image_downloader/blob/62e39b29afa7e871e8920d00a9a2cf14793da195/bing_image_downloader/downloader.py#L21

https://github.com/gurugaurav/bing_image_downloader/blob/62e39b29afa7e871e8920d00a9a2cf14793da195/bing_image_downloader/downloader.py#L1 It seems that `os` module is not used in the code. It would be better to remove it.

Hi There, It seems that the code is not properly formatted using [black](https://github.com/psf/black). Projects like [`django`](https://github.com/django/django),[`flask`](https://github.com/pallets/flask) are formatted using black. It would be best if we follow a common coding...

![image](https://user-images.githubusercontent.com/58813796/205654240-508ff867-c3fc-4958-a9fa-99801d001633.png)

There was a typo when you are writing the function of the adult_filter_off parameter on the pypi.org website, you wrote (Enable for disable adult filteration) instead of (Enable or disable...