logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 4b225eb7efad8da442c9105b44b5c64fa5c01c21
parent: 19cd2bf3b52d4851053030c570322df1c637f9b8
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri, 23 Dec 2016 12:54:02 +0100

Merge pull request #661 from davidar/et

Online Etymology Dictionary

Diffstat:

Msearx/settings.yml11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -154,6 +154,17 @@ engines: shortcut : ddg disabled : True + - name : etymonline + 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"] + first_page_num : 0 + shortcut : et + # api-key required: http://www.faroo.com/hp/api/api.html#key # - name : faroo # engine : faroo