Skip to content

Commit

Permalink
fix(_text_html): bugfix payload
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Mar 8, 2025
1 parent 45eaa3a commit 4999a2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions duckduckgo_search/duckduckgo_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,8 @@ def _text_html(

payload = {
"q": keywords,
"s": "0",
"o": "json",
"api": "d.js",
"vqd": "",
"b": "",
"kl": region,
"bing_market": region,
}
if timelimit:
payload["df"] = timelimit
Expand Down

0 comments on commit 4999a2f

Please sign in to comment.