diff options
| author | Austin-Olacsi <138650713+Austin-Olacsi@users.noreply.github.com> | 2025-11-14 23:38:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 07:38:17 +0100 |
| commit | d14d695966acc027887f5aa79511fe00d19b133f (patch) | |
| tree | 2117f49d7cbc3660a85920d61bd218bafb9e76a4 /searx | |
| parent | a2a47337cb0803832e60dcc66d87deef8345db1e (diff) | |
[fix] drop alexandria.org (#5446)
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index afb62b397..81124bfc8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -387,25 +387,6 @@ 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: astrophysics data system engine: astrophysics_data_system shortcut: ads |