mirror of
https://github.com/searxng/searxng.git
synced 2024-11-10 15:10:10 +01:00
Merge pull request #196 from return42/fix-brave
[fix] brave engine: shows descriptions with their correct URLs
This commit is contained in:
commit
bb98a07b50
@ -1531,8 +1531,14 @@ engines:
|
|||||||
search_url: https://search.brave.com/search?q={query}
|
search_url: https://search.brave.com/search?q={query}
|
||||||
url_xpath: //div[@class="snippet fdb"]/a/@href
|
url_xpath: //div[@class="snippet fdb"]/a/@href
|
||||||
title_xpath: //span[@class="snippet-title"]
|
title_xpath: //span[@class="snippet-title"]
|
||||||
content_xpath: //div[@class="snippet-content"]
|
content_xpath: //p[1][@class="snippet-description"]
|
||||||
categories: general
|
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:
|
# Doku engine lets you access to any Doku wiki instance:
|
||||||
# A public one or a privete/corporate one.
|
# A public one or a privete/corporate one.
|
||||||
|
Loading…
Reference in New Issue
Block a user