Selaa lähdekoodia

Merge pull request #661 from davidar/et

Online Etymology Dictionary
Adam Tauber 8 vuotta sitten
vanhempi
commit
4b225eb7ef
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. 11
    0
      searx/settings.yml

+ 11
- 0
searx/settings.yml Näytä tiedosto

154
     shortcut : ddg
154
     shortcut : ddg
155
     disabled : True
155
     disabled : True
156
 
156
 
157
+  - name : etymonline
158
+    engine : xpath
159
+    paging : True
160
+    search_url : http://etymonline.com/?search={query}&p={pageno}
161
+    url_xpath : //dt/a[1]/@href
162
+    title_xpath : //dt
163
+    content_xpath : //dd
164
+    suggestion_xpath : //a[@class="crossreference"]
165
+    first_page_num : 0
166
+    shortcut : et
167
+
157
 # api-key required: http://www.faroo.com/hp/api/api.html#key
168
 # api-key required: http://www.faroo.com/hp/api/api.html#key
158
 #  - name : faroo
169
 #  - name : faroo
159
 #    engine : faroo
170
 #    engine : faroo