diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-02-13 11:43:45 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-20 13:44:28 +0100 |
| commit | 0f2fc5879dfd789467609bc0611a6e4d7b6a7ab5 (patch) | |
| tree | ff40351c2498e2465be8c1cef67d7e5331883c6b /searx/settings.yml | |
| parent | feb15e3878920ee7bf6e3d726fac0fcd1f89a896 (diff) | |
[feat] startpage: support for news and images
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1a4e2ed31..c058d9b56 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1792,6 +1792,20 @@ engines: additional_tests: rosebud: *test_rosebud + - name: startpage news + engine: startpage + startpage_categ: news + shortcut: spn + timeout: 6.0 + disabled: true + + - name: startpage images + engine: startpage + startpage_categ: images + shortcut: spi + timeout: 6.0 + disabled: true + - name: tokyotoshokan engine: tokyotoshokan shortcut: tt |