You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/search/processors
Alexandre Flament aae7830d14 [mod] refactoring: processors
Report to the user suspended engines.

searx.search.processor.abstract:
* manages suspend time (per network).
* reports suspended time to the ResultContainer (method extend_container_if_suspended)
* adds the results to the ResultContainer (method extend_container)
* handles exceptions (method handle_exception)
3 years ago
..
__init__.py [mod] split searx.search into different processors 4 years ago
abstract.py [mod] refactoring: processors 3 years ago
offline.py [mod] refactoring: processors 3 years ago
online.py [mod] refactoring: processors 3 years ago
online_currency.py [mod] update currencies.json and fetch_currencies.py 3 years ago
online_dictionary.py [enh] add checker 3 years ago