mirror of https://github.com/searxng/searxng.git
Merge pull request #288 from return42/enh-brave
[enh] add suggestions to brave engine
This commit is contained in:
commit
3b1acdd5c5
|
@ -1585,6 +1585,7 @@ engines:
|
|||
url_xpath: //div[@class="snippet fdb"]/a/@href
|
||||
title_xpath: //span[@class="snippet-title"]
|
||||
content_xpath: //p[1][@class="snippet-description"]
|
||||
suggestion_xpath: //div[@class="text-gray h6"]/a
|
||||
categories: general
|
||||
about:
|
||||
website: https://brave.com/search/
|
||||
|
|
Loading…
Reference in New Issue