Releases: deedy5/duckduckgo_search
Releases · deedy5/duckduckgo_search
v2.4.0
Bug fix - correcting safesearch in ddg_images
v2.3.1
- sort results before slicing [: max_results],
- update docstrings.
v2.3.0
- VQD_DICT now LRU cache,
- simplification of logging,
- correcting the while loop conditions,
- small code improvements.
v2.2.2
Bug fix when recreating a session
v2.2.1
- 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
Change lru_cache to VQD_DICT (def get_vqd()).
VQD_DICT max size = 32768
v2.1.3
correct bug in pagination
v2.1
- code redesigned to remove lxml and brotli from the requirements,
- dded lru_cache for the function get_vqd(),
- time delays removed.
v2.0.1
- code redesigned,
- stability improved,
- added new tests,
- image download algorithm improved,
- lots of other enhancements,
- the cli module can be invoked with either the python -m duckduckgo_search command or the ddgs command.