diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-09-17 20:14:05 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-21 14:25:43 +0200 |
| commit | c999cfb422605e3812e119a7470c07d79896202d (patch) | |
| tree | 63573afb9ec2cd467335f1b49a0f5cc4c7ecc671 /searx/settings.yml | |
| parent | 102502a4f09e78682cd4f030605be394bc33282c (diff) | |
[feat] engine: implementation of wallhaven
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 0eb410a13..ff30f509a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1908,6 +1908,11 @@ engines: timeout: 10.0 disabled: true + - name: wallhaven + engine: wallhaven + # api_key: abcdefghijklmnopqrstuvwxyz + shortcut: wh + # wikimini: online encyclopedia for children # The fulltext and title parameter is necessary for Wikimini because # sometimes it will not show the results and redirect instead |