mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: implementation of mwmbl
This commit is contained in:
parent
bb9e9ab773
commit
c59ae91b76
2 changed files with 47 additions and 0 deletions
|
|
@ -1008,6 +1008,12 @@ engines:
|
|||
# collection: 'reviews' # name of the db collection
|
||||
# key: 'name' # key in the collection to search for
|
||||
|
||||
- name: mwmbl
|
||||
engine: mwmbl
|
||||
# api_url: https://api.mwmbl.org
|
||||
shortcut: mwm
|
||||
disabled: true
|
||||
|
||||
- name: npm
|
||||
engine: json_engine
|
||||
paging: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue