deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
MIT License
927 stars 117 forks source link

DDGS: using asyncio.run instead of manipulating the loops #186

Closed deedy5 closed 4 months ago

deedy5 commented 4 months ago

Just using nest_asyncio.apply() and asyncio.run() to get around various problems.