From cfbe59b6b307b6808613f0ca6c0860c50526f443 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 11 Feb 2024 13:56:30 +0100 Subject: [feat] engine: implementation of mozhi --- searx/settings.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index f56536ec0..f265f70c3 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1158,6 +1158,17 @@ engines: # collection: 'reviews' # name of the db collection # key: 'name' # key in the collection to search for + - name: mozhi + engine: mozhi + base_url: + - https://mozhi.aryak.me + - https://translate.bus-hit.me + - https://nyc1.mz.ggtyler.dev + # mozhi_engine: google - see https://mozhi.aryak.me for supported engines + timeout: 4.0 + shortcut: mz + disabled: true + - name: mwmbl engine: mwmbl # api_url: https://api.mwmbl.org -- cgit v1.2.3