From 13f4dcafc1c3dcaa7932e1dbc15fa84d18a4390c Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Thu, 26 May 2022 18:44:11 +0200 Subject: [PATCH] [fix] [new] Brave - Update xpath Last merge request was messed up with git. --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index ad7bde5de..e35fe54e0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1689,7 +1689,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