tools
/
wi
1
0
Fork 0

Disable duckduckgo redirect

master
dump_stack() 2017-10-05 09:44:20 +03:00
parent b95b24b6f4
commit e78fc03417
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,6 @@ func main() {
case "history":
commands.History(db, *historyListItems, 20, *historyListAll)
case "search":
commands.Get(db, jar, "https://duckduckgo.com/html/?q="+strings.Join(*searchArgs, "+"))
commands.Get(db, jar, "https://duckduckgo.com/html/?kd=-1&q="+strings.Join(*searchArgs, "+"))
}
}