mirror of
https://github.com/searx/searx
synced 2025-01-17 06:22:03 +01:00
[fix] brave engine: no search results (#3361)
There were never any results from the Brave search engine so fixed url_xpath and now Brave search results are working.
This commit is contained in:
parent
d471c4a3f4
commit
9e8995e13d
@ -1661,7 +1661,7 @@ engines:
|
||||
paging: true
|
||||
first_page_num: 0
|
||||
search_url: https://search.brave.com/search?q={query}&offset={pageno}&spellcheck=1
|
||||
url_xpath: //div[@class="snippet fdb"]/a/@href
|
||||
url_xpath: //a[@class="result-header"]/@href
|
||||
title_xpath: //span[@class="snippet-title"]
|
||||
content_xpath: //p[1][@class="snippet-description"]
|
||||
suggestion_xpath: //div[@class="text-gray h6"]/a
|
||||
|
Loading…
x
Reference in New Issue
Block a user