From 6bdc66b70e3c3940d12e7507fad1fb31ec6ef5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Tiek=C3=B6tter?= Date: Fri, 17 Jun 2022 09:32:53 +0200 Subject: [PATCH] [fix] mojeek engine: XPath Update the XPath of the Mojeek engine. --- searx/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index 4ade99a0..709e4362 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1585,8 +1585,8 @@ engines: search_url: https://www.mojeek.com/search?q={query}&s={pageno} results_xpath: //a[@class="ob"] url_xpath: ./@href - title_xpath: ./.. - content_xpath: ../../p[@class="s"] + title_xpath: ./h2 + content_xpath: ../p[@class="s"] suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a first_page_num: 0 page_size: 10