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
932 stars 117 forks source link

V3.8.2 #95

Closed deedy5 closed 1 year ago

deedy5 commented 1 year ago

1) del sleep() in text(backend='api') and images() 2) CLI: add aiofiles to save files asynchronously 3) _text_api() - del repeated self._normalize(body) 4) _normalize_url(): return '' if not url 5) CLI: small formatting changes 6) update type hints