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

v3.5.0 #81

Closed deedy5 closed 1 year ago

deedy5 commented 1 year ago
  1. DDGS().text() - add new parameter backend: api - collect data from duckduckgo.com, html - collect data from html.duckduckgo.com, lite - collect data lite.duckduckgo.com).
  2. DDGS().text(backend='api') and DDGS().images() - add sleep(0.75) after receiving the vqd.
  3. CLI - ddgs text - add -b (--backend) parameter
  4. add tests for DDGS().text(backend='html') and DDGS().text(backend='lite')