Releases: deedy5/duckduckgo_search
Releases · deedy5/duckduckgo_search
v2.7.0
Functions ddg, ddg_images, ddg_news, ddg_videos:
- added page parameter (pagination),
- speeding up functions response by using multithreading.
v2.6.0
- added ddg_answers() function - get instant answers,
- CLI - added color print.
v2.5.0
- ddg() add download parameter
- ddgs text - add download parameter (it is possible to download results to a local disk, e.g. pdf, docs or xlsx files)
- add download files test
- Update README.md
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