mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 14:11:05 +00:00
[feat] engine: implementation of encyclosearch
This commit is contained in:
parent
d7bb97b616
commit
9f47bdefc6
1 changed files with 18 additions and 0 deletions
|
@ -623,6 +623,24 @@ engines:
|
||||||
shortcut: dh
|
shortcut: dh
|
||||||
categories: [it, packages]
|
categories: [it, packages]
|
||||||
|
|
||||||
|
- name: encyclosearch
|
||||||
|
engine: json_engine
|
||||||
|
shortcut: es
|
||||||
|
categories: general
|
||||||
|
paging: true
|
||||||
|
search_url: https://encyclosearch.org/encyclosphere/search?q={query}&page={pageno}&resultsPerPage=15
|
||||||
|
results_query: Results
|
||||||
|
url_query: SourceURL
|
||||||
|
title_query: Title
|
||||||
|
content_query: Description
|
||||||
|
disabled: true
|
||||||
|
about:
|
||||||
|
website: https://encyclosearch.org
|
||||||
|
official_api_documentation: https://encyclosearch.org/docs/#/rest-api
|
||||||
|
use_official_api: true
|
||||||
|
require_api_key: false
|
||||||
|
results: JSON
|
||||||
|
|
||||||
- name: erowid
|
- name: erowid
|
||||||
engine: xpath
|
engine: xpath
|
||||||
paging: true
|
paging: true
|
||||||
|
|
Loading…
Reference in a new issue