这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mock==5.2.0
nose2[coverage_plugin]==0.15.1
cov-core==1.15.0
black==25.9.0
pylint==4.0.2
pylint==4.0.3
splinter==0.21.0
selenium==4.38.0
Pallets-Sphinx-Themes==2.3.0
Expand All @@ -24,5 +24,5 @@ coloredlogs==15.0.1
docutils>=0.21.2
parameterized==0.9.0
granian[reload]==2.5.7
basedpyright==1.32.1
basedpyright==1.33.0
types-lxml==2025.8.25
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2025.10.5
certifi==2025.11.12
babel==2.17.0
flask-babel==4.0.0
flask==3.1.2
Expand Down
19 changes: 0 additions & 19 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down