mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: implementation of mdn
This commit is contained in:
parent
b5b81c9806
commit
dda74fc9c9
2 changed files with 22 additions and 2 deletions
|
|
@ -1076,6 +1076,25 @@ engines:
|
|||
# shortcut: mtrx
|
||||
# disabled: true
|
||||
|
||||
- name: mdn
|
||||
shortcut: mdn
|
||||
engine: json_engine
|
||||
categories: [it]
|
||||
paging: true
|
||||
search_url: https://developer.mozilla.org/api/v1/search?q={query}&page={pageno}
|
||||
results_query: documents
|
||||
url_query: mdn_url
|
||||
url_prefix: https://developer.mozilla.org
|
||||
title_query: title
|
||||
content_query: summary
|
||||
about:
|
||||
website: https://developer.mozilla.org
|
||||
wikidata_id: Q3273508
|
||||
official_api_documentation: null
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: JSON
|
||||
|
||||
- name: metacpan
|
||||
engine: metacpan
|
||||
shortcut: cpan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue