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.9.1 #120

Closed deedy5 closed 9 months ago

deedy5 commented 9 months ago
  1. bugfix in text(backend="lite") - page iteration didn't work,
  2. recode text(backend="api") - the payload["s"] parameter is now taken from the page,
  3. text() -delays between requests during iteration have been removed,
  4. small changes in tests.

The text() function now returns up to 500 unique results.