mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: implementation of mozhi
This commit is contained in:
parent
3c42252c78
commit
cfbe59b6b3
2 changed files with 70 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue