diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-11-25 11:00:22 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-11-25 11:50:18 +0100 |
| commit | 0ee78c19dd5403560f14a13bbedeb75318ace45d (patch) | |
| tree | 7225ec71968b510e86b551cf2cee53be50df8414 | |
| parent | bcc7a5eb2ee8b477b25b608313a0e28a3f7cc761 (diff) | |
[mod] yandex engines: all egine should use one network
- The three Yandex engines should use the same network context.
- There is no reason to set these engines inactive
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 15647881f..9a6fb86cd 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2110,22 +2110,21 @@ engines: search_type: web shortcut: yd disabled: true - inactive: true - name: yandex images engine: yandex + network: yandex categories: images search_type: images shortcut: ydi disabled: true - inactive: true - name: yandex music engine: yandex_music + network: yandex shortcut: ydm disabled: true # https://yandex.com/support/music/access.html - inactive: true - name: yahoo engine: yahoo |