Skip to content

Commit

Permalink
[feat] engines: re-add alexandria.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin-Olacsi authored Dec 25, 2024
1 parent 19ecdd8 commit 73e395c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,25 @@ engines:
timeout: 6
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
engine: alpinelinux
disabled: true
Expand Down

0 comments on commit 73e395c

Please sign in to comment.