From 5eeb3f2f01faf37f63a67b72d103268096f0db3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Fri, 10 Aug 2018 19:03:38 +0200 Subject: [PATCH] follow up changes in etymonline XPATH engine --- searx/settings.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index 1b18f55b3..0bd16ca2a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -192,10 +192,9 @@ engines: engine : xpath paging : True search_url : http://etymonline.com/?search={query}&p={pageno} - url_xpath : //dt/a[1]/@href - title_xpath : //dt - content_xpath : //dd - suggestion_xpath : //a[@class="crossreference"] + url_xpath : //a[contains(@class, "word--")]/@href + title_xpath : //p[contains(@class, "word__name--")]/text() + content_xpath : //section[contains(@class, "word__defination")]/object first_page_num : 0 shortcut : et disabled : True