summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/settings.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 9de49a2c0..4347ab78e 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1503,6 +1503,16 @@ engines:
require_api_key: false
results: html
+ - name: brave
+ shortcut: brave
+ engine: xpath
+ paging: false
+ 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"]
+ categories: general
+
# Doku engine lets you access to any Doku wiki instance:
# A public one or a privete/corporate one.
# - name: ubuntuwiki