tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
513 stars 137 forks source link

Feature request; toggle console output for searches #58

Closed deKeijzer closed 10 months ago

deKeijzer commented 1 year ago

Hi there!

In engine.py there are three uses of out.console(...) within search(), can this output be made into a toggle? It should be relatively easy and it would avoid console spam when using the search engine in e.g. a tqdm loop.

Bests

tasos-py commented 1 year ago

Sorry for the late reply, I somehow missed this issue. What you propose makes sense, and I plan to implement it as soon as I have the time. Thanks

zadamg commented 12 months ago

Came here to ask for the same <3