commit: ee320d4e5b3ae4298334801b1d002b4f59d741e5
parent 104cdb7d03771d4eca5b5126532ccf47642bb9de
Author: David A Roberts <d@vidr.cc>
Date: Sun, 14 Aug 2016 19:25:29 +1000
Online Etymology Dictionary
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/searx/settings.yml b/searx/settings.yml
@@ -145,6 +145,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