.oO SearXNG Developer Documentation Oo.
|
Namespaces | |
namespace | core |
namespace | currencies |
Functions | |
__getattr__ (name) | |
ahmia_blacklist_loader () | |
Variables | |
list | __all__ = ["ahmia_blacklist_loader"] |
dict | USER_AGENTS [str, typing.Any] |
dict | EXTERNAL_URLS [str, typing.Any] |
dict | WIKIDATA_UNITS [str, typing.Any] |
dict | EXTERNAL_BANGS [str, typing.Any] |
dict | OSM_KEYS_TAGS [str, typing.Any] |
dict | ENGINE_DESCRIPTIONS [str, typing.Any] |
dict | ENGINE_TRAITS [str, typing.Any] |
dict | LOCALES [str, typing.Any] |
dict | lazy_globals |
dict | data_json_files |
This module holds the *data* created by:: make data.all
searx.data.__getattr__ | ( | name | ) |
Definition at line 51 of file __init__.py.
searx.data.ahmia_blacklist_loader | ( | ) |
Load data from `ahmia_blacklist.txt` and return a list of MD5 values of onion names. The MD5 values are fetched by:: searxng_extra/update/update_ahmia_blacklist.py This function is used by :py:mod:`searx.plugins.ahmia_filter`.
Definition at line 68 of file __init__.py.
|
private |
Definition at line 9 of file __init__.py.
dict searx.data.data_json_files |
Definition at line 39 of file __init__.py.
dict searx.data.ENGINE_DESCRIPTIONS [str, typing.Any] |
Definition at line 23 of file __init__.py.
dict searx.data.ENGINE_TRAITS [str, typing.Any] |
Definition at line 24 of file __init__.py.
dict searx.data.EXTERNAL_BANGS [str, typing.Any] |
Definition at line 21 of file __init__.py.
dict searx.data.EXTERNAL_URLS [str, typing.Any] |
Definition at line 19 of file __init__.py.
dict searx.data.lazy_globals |
Definition at line 27 of file __init__.py.
dict searx.data.LOCALES [str, typing.Any] |
Definition at line 25 of file __init__.py.
dict searx.data.OSM_KEYS_TAGS [str, typing.Any] |
Definition at line 22 of file __init__.py.
dict searx.data.USER_AGENTS [str, typing.Any] |
Definition at line 18 of file __init__.py.
dict searx.data.WIKIDATA_UNITS [str, typing.Any] |
Definition at line 20 of file __init__.py.