Skip to content

Releases: deedy5/duckduckgo_search

v2.4.0

04 Nov 07:25
Compare
Choose a tag to compare

Bug fix - correcting safesearch in ddg_images

v2.3.1

03 Nov 08:55
Compare
Choose a tag to compare
  1. sort results before slicing [: max_results],
  2. update docstrings.

v2.3.0

02 Nov 06:54
Compare
Choose a tag to compare
  1. VQD_DICT now LRU cache,
  2. simplification of logging,
  3. correcting the while loop conditions,
  4. small code improvements.

v2.2.2

07 Oct 17:20
Compare
Choose a tag to compare

Bug fix when recreating a session

v2.2.1

07 Oct 16:01
Compare
Choose a tag to compare
  • vqd search method changed
  • vqd is saved in VQD_DICT as bytes to reduce memory usage
  • close requests.Session() when it is recreated
  • reconnect the proxy from the previous session when session is recreated

v2.2.0

02 Oct 09:39
Compare
Choose a tag to compare

Change lru_cache to VQD_DICT (def get_vqd()).
VQD_DICT max size = 32768

v2.1.3

12 Sep 10:06
Compare
Choose a tag to compare

correct bug in pagination

v2.1

11 Sep 20:24
Compare
Choose a tag to compare
  1. code redesigned to remove lxml and brotli from the requirements,
  2. dded lru_cache for the function get_vqd(),
  3. time delays removed.

v2.0.2

22 Aug 03:36
Compare
Choose a tag to compare

Correct logging

v2.0.1

22 Aug 02:24
Compare
Choose a tag to compare
  1. code redesigned,
  2. stability improved,
  3. added new tests,
  4. image download algorithm improved,
  5. lots of other enhancements,
  6. the cli module can be invoked with either the python -m duckduckgo_search command or the ddgs command.