mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[enh] Add alexandria.org engine
engine: json_engine official_api_documentation: https://github.com/alexandria-org/alexandria-api/raw/master/README.md
This commit is contained in:
parent
de0c4d7cd8
commit
6ef24ffd94
@ -1377,6 +1377,25 @@ engines:
|
|||||||
about:
|
about:
|
||||||
website: https://wiby.me/
|
website: https://wiby.me/
|
||||||
|
|
||||||
|
- name: alexandria
|
||||||
|
engine: json_engine
|
||||||
|
shortcut: alx
|
||||||
|
categories: general
|
||||||
|
paging: true
|
||||||
|
search_url: https://api.alexandria.org/?a=1&q={query}&p={pageno}
|
||||||
|
results_query: results
|
||||||
|
title_query: title
|
||||||
|
url_query: url
|
||||||
|
content_query: snippet
|
||||||
|
timeout: 1.5
|
||||||
|
disabled: true
|
||||||
|
about:
|
||||||
|
website: https://alexandria.org/
|
||||||
|
official_api_documentation: https://github.com/alexandria-org/alexandria-api/raw/master/README.md
|
||||||
|
use_official_api: true
|
||||||
|
require_api_key: false
|
||||||
|
results: JSON
|
||||||
|
|
||||||
- name: wikibooks
|
- name: wikibooks
|
||||||
engine: mediawiki
|
engine: mediawiki
|
||||||
shortcut: wb
|
shortcut: wb
|
||||||
|
Loading…
Reference in New Issue
Block a user