costmikuSearch/searx
Markus Heiser c4b874e9b0 [fix] engine Library of Congress: fix API URL loc.gov -> www.loc.gov
Avoid HTTP 404 and redirects. Requests to the JSON/YAML API use the base url [1]

    https://www.loc.gov/{endpoint}/?fo=json

[1] https://www.loc.gov/apis/json-and-yaml/requests/

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-11-23 13:02:24 +01:00
..
answerers
botdetection [fix] add missing tomli to the requirements.txt 2024-10-26 15:59:42 +02:00
data [data] update searx.data - update_firefox_version.py 2024-10-29 09:30:40 +01:00
enginelib
engines [fix] engine Library of Congress: fix API URL loc.gov -> www.loc.gov 2024-11-23 13:02:24 +01:00
favicons [fix] favicons: msgspec.ValidationError: Expected Path, got str - at $.favicons.cache.db_url 2024-10-29 18:22:22 +01:00
infopage
metrics
network [log] warning with URL in case of 'raise_for_httperror' 2024-11-23 11:33:19 +01:00
plugins [fix] calculator: use locale from UI (not from selected language) 2024-10-28 15:53:57 +01:00
search [log] warning with URL in case of 'raise_for_httperror' 2024-11-23 11:33:19 +01:00
static [build] /static 2024-10-26 08:34:21 +02:00
templates/simple [build] /static 2024-10-26 08:34:21 +02:00
translations [l10n] update translations from Weblate 2024-11-22 10:02:42 +01:00
__init__.py
autocomplete.py
babel_extract.py
compat.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
limiter.py [fix] limiter: don't hard code settings folder to /etc/searxng 2024-10-28 12:51:05 +01:00
limiter.toml
locales.py
preferences.py
query.py
redisdb.py
redislib.py
results.py
searxng.msg
settings.yml [fix] settings.yml - enabled_plugins: document to reflect default settings 2024-11-10 16:09:41 +01:00
settings_defaults.py
settings_loader.py
sqlitedb.py
sxng_locales.py
unixthreadname.py
utils.py
version.py
webadapter.py
webapp.py [fix] calculator: use locale from UI (not from selected language) 2024-10-28 15:53:57 +01:00
webutils.py