Update DuckDuckGo search engine URL

Seems like the redirection bug has been fixed, so returning to default URL

Fixes #5436
This commit is contained in:
SuperDragonXD
2025-05-13 20:40:42 +08:00
parent 514444b8ec
commit fed44cd5ba

View File

@@ -355,7 +355,7 @@ data object DuckDuckGo : WebSearchProvider() {
}
}
override fun getSearchUrl(query: String) = "https://duckduckgo.com/$query&cat=web"
override fun getSearchUrl(query: String) = "https://duckduckgo.com/search?q=$query"
override fun toString() = "duckduckgo"
}