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.2 #166

Closed deedy5 closed 5 months ago

deedy5 commented 5 months ago
  1. AsyncDDGS performance improved: await resp.acontent(),
  2. _get_vqd improved: using regex pattern to extract vqd from html,
  3. Removed deprecated functions: ddg, ddg_answers, ddg_images, ddg_maps, ddg_news, ddg_suggestions, ddg_translate, ddg_videos,
  4. README: updated async example,
  5. Ruff: added lint rules to pyproject.toml,
  6. CLI: support functions have been changed to private,
  7. Docstrings updated,
  8. Small code improvements.