diff options
| author | Popolon <github@popolon.org> | 2018-08-11 22:23:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-11 22:23:09 +0200 |
| commit | 8b7783e703e3af39ffbf72bcd25bb4f6c3372e73 (patch) | |
| tree | ea91de2afe14968ce4a56d1b9bcd4bb95d0e9949 /searx | |
| parent | 00b8aa113f874b531daed90c5bccbf4308153b03 (diff) | |
| parent | b8978b4bbf20eaf6dee1c3e63330a39eae76dfc8 (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ae9b928c2..f2c272bc6 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 |