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
1.12k stars 131 forks source link

issue in ddg #64

Closed hatalis closed 1 year ago

hatalis commented 1 year ago

Line 66 in ddg.py

if "506-00.js" in resp.url:

the local variable 'resp' is referenced before assignment, this prevented me from using the function after the new update on May 12.

deedy5 commented 1 year ago

Update to v3.0.2 pip install -U duckduckgo_search

hatalis commented 1 year ago

Awesome, it works great now!