Browse Source

Online Etymology Dictionary

David A Roberts 8 years ago
parent
commit
ee320d4e5b
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      searx/settings.yml

+ 11
- 0
searx/settings.yml View File

@@ -145,6 +145,17 @@ engines:
145 145
     shortcut : ddg
146 146
     disabled : True
147 147
 
148
+  - name : etymonline
149
+    engine : xpath
150
+    paging : True
151
+    search_url : http://etymonline.com/?search={query}&p={pageno}
152
+    url_xpath : //dt/a[1]/@href
153
+    title_xpath : //dt
154
+    content_xpath : //dd
155
+    suggestion_xpath : //a[@class="crossreference"]
156
+    first_page_num : 0
157
+    shortcut : et
158
+
148 159
 # api-key required: http://www.faroo.com/hp/api/api.html#key
149 160
 #  - name : faroo
150 161
 #    engine : faroo