1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-21 22:00:19 +02:00
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)
2021-04-21 16:24:46 +02:00
..
__init__.py [mod] split searx.search into different processors 2020-12-17 11:39:36 +01:00
abstract.py [mod] refactoring: processors 2021-04-21 16:24:46 +02:00
offline.py [mod] refactoring: processors 2021-04-21 16:24:46 +02:00
online_currency.py [mod] update currencies.json and fetch_currencies.py 2021-02-23 16:42:28 +01:00
online_dictionary.py [enh] add checker 2021-01-12 11:47:17 +01:00
online.py [mod] refactoring: processors 2021-04-21 16:24:46 +02:00