mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engines: re-add alexandria.org
This commit is contained in:
parent
19ecdd8aae
commit
73e395c8ce
1 changed files with 19 additions and 0 deletions
|
@ -361,6 +361,25 @@ engines:
|
||||||
timeout: 6
|
timeout: 6
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- 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: alpine linux packages
|
- name: alpine linux packages
|
||||||
engine: alpinelinux
|
engine: alpinelinux
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue