Introduction
Introduction Statistics Contact Development Disclaimer Help
duckduckgo: change domain name, else it forces a redirect - frontends - front-e…
Log
Files
Refs
README
LICENSE
---
commit bb2aaedc735f352dc4f90f427f22b94bd906d917
parent 83a3da131d8785d4ce10b796ca8db7dff2ec23a6
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 3 Sep 2020 17:04:31 +0200
duckduckgo: change domain name, else it forces a redirect
Diffstat:
M duckduckgo/duckduckgo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/duckduckgo/duckduckgo.c b/duckduckgo/duckduckgo.c
@@ -181,7 +181,7 @@ duckduckgo_search_data(const char *s)
if (r < 0 || (size_t)r >= sizeof(path))
return NULL;
- return request("duckduckgo.com", path, "");
+ return request("html.duckduckgo.com", path, "");
}
struct duckduckgo_results *
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.