summaryrefslogtreecommitdiff
path: root/searx/engines/translated.py
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-28 16:26:38 +0100
committerMartin Fischer <martin@push-f.com>2022-01-05 11:03:44 +0100
commit5d74bf382012c73c701e1a4969e0f420b099db9f (patch)
tree2980f16c640afc9fa0247536f750c642518291d4 /searx/engines/translated.py
parentab90e2ac49778153409397d4a2c34e9051963a0f (diff)
[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/translated.py')
-rw-r--r--searx/engines/translated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/translated.py b/searx/engines/translated.py
index 6cc56328b..9900c017b 100644
--- a/searx/engines/translated.py
+++ b/searx/engines/translated.py
@@ -14,7 +14,7 @@ about = {
}
engine_type = 'online_dictionary'
-categories = ['general', 'dictionaries']
+categories = ['dictionaries']
url = 'https://api.mymemory.translated.net/get?q={query}&langpair={from_lang}|{to_lang}{key}'
web_url = 'https://mymemory.translated.net/en/{from_lang}/{to_lang}/{query}'
weight = 100