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.
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.
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 toAsyncGenerator
,DDGS.translate()
- toGenerator
, 3) update requirements, 4) update README.