mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
commit
4b225eb7ef
@ -154,6 +154,17 @@ engines:
|
|||||||
shortcut : ddg
|
shortcut : ddg
|
||||||
disabled : True
|
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
|
# api-key required: http://www.faroo.com/hp/api/api.html#key
|
||||||
# - name : faroo
|
# - name : faroo
|
||||||
# engine : faroo
|
# engine : faroo
|
||||||
|
Loading…
Reference in New Issue
Block a user