forked from Archives/searxng
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
|
url_xpath: //div[@class="snippet fdb"]/a/@href
|
||||||
title_xpath: //span[@class="snippet-title"]
|
title_xpath: //span[@class="snippet-title"]
|
||||||
content_xpath: //p[1][@class="snippet-description"]
|
content_xpath: //p[1][@class="snippet-description"]
|
||||||
|
suggestion_xpath: //div[@class="text-gray h6"]/a
|
||||||
categories: general
|
categories: general
|
||||||
about:
|
about:
|
||||||
website: https://brave.com/search/
|
website: https://brave.com/search/
|
||||||
|
Loading…
Reference in New Issue
Block a user