forked from zaclys/searxng
Add Erowid search engine
This commit is contained in:
parent
c1d456b136
commit
80813c3e05
|
@ -82,6 +82,16 @@ engines:
|
||||||
engine : digg
|
engine : digg
|
||||||
shortcut : dg
|
shortcut : dg
|
||||||
|
|
||||||
|
- name : erowid
|
||||||
|
engine : xpath
|
||||||
|
search_url : https://www.erowid.org/search.php?q={query}
|
||||||
|
url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
|
||||||
|
title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
|
||||||
|
content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
|
||||||
|
categories : general
|
||||||
|
shortcut : ew
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : wikidata
|
- name : wikidata
|
||||||
engine : wikidata
|
engine : wikidata
|
||||||
shortcut : wd
|
shortcut : wd
|
||||||
|
|
Loading…
Reference in New Issue