summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 976d81678..c7231796d 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1510,8 +1510,14 @@ engines:
search_url: https://search.brave.com/search?q={query}
url_xpath: //div[@class="snippet fdb"]/a/@href
title_xpath: //span[@class="snippet-title"]
- content_xpath: //div[@class="snippet-content"]
+ content_xpath: //p[1][@class="snippet-description"]
categories: general
+ about:
+ website: https://brave.com/search/
+ wikidata_id: Q22906900
+ use_official_api: false
+ require_api_key: false
+ results: HTML
# Doku engine lets you access to any Doku wiki instance:
# A public one or a privete/corporate one.