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

v4.5.0 #189

Closed deedy5 closed 4 months ago

deedy5 commented 4 months ago

1) remove nest-asyncio, run new event loop in thread to bypass 'loop already running', 2) DDGS._iter_over_async() - recode to use queue, 2) AsyncDDGS.translate() - recode to AsyncGenerator, DDGS.translate() - to Generator, 3) update requirements, 4) update README.