diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-07-03 19:44:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 19:44:48 +0000 |
commit | bb98a07b502766ab50e8212f95cd322219a46da3 (patch) | |
tree | 0c4607fb76eb99f02bbdf9faca2b0692fdb1fee2 | |
parent | 72a55f68c817ce145a5cd1312ed5aae69ecbdf0b (diff) | |
parent | 9d97b2e85418a161139e91ebf5b8b9710a4f3196 (diff) | |
download | searxng-bb98a07b502766ab50e8212f95cd322219a46da3.tar.gz searxng-bb98a07b502766ab50e8212f95cd322219a46da3.zip |
Merge pull request #196 from return42/fix-brave
[fix] brave engine: shows descriptions with their correct URLs
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 88e87b98f..f6937358f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1531,8 +1531,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. |