diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-28 16:26:38 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-01-05 11:03:44 +0100 |
commit | 5d74bf382012c73c701e1a4969e0f420b099db9f (patch) | |
tree | 2980f16c640afc9fa0247536f750c642518291d4 /searx/engines/duden.py | |
parent | ab90e2ac49778153409397d4a2c34e9051963a0f (diff) | |
download | searxng-5d74bf382012c73c701e1a4969e0f420b099db9f.tar.gz searxng-5d74bf382012c73c701e1a4969e0f420b099db9f.zip |
[enh] move dictionaries, Erowid & IMDb out of general category
The general category is the category that is searched by default.
From a privacy standpoint it doesn't make sense to send all general
queries to specialized search engines that cannot deal with those
queries anyway.
Diffstat (limited to 'searx/engines/duden.py')
-rw-r--r-- | searx/engines/duden.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/duden.py b/searx/engines/duden.py index 090295b91..da4c4f7da 100644 --- a/searx/engines/duden.py +++ b/searx/engines/duden.py @@ -19,7 +19,7 @@ about = { "language": 'de', } -categories = ['general', 'dictionaries'] +categories = ['dictionaries'] paging = True # search-url |