mirror of
https://github.com/searx/searx
synced 2025-02-08 16:08:49 +01:00
Add json_engine configuration for ManKier
This commit is contained in:
parent
0267563970
commit
60ad4118d6
@ -790,6 +790,22 @@ engines:
|
|||||||
shortcut : nt
|
shortcut : nt
|
||||||
disabled : True
|
disabled : True
|
||||||
|
|
||||||
|
- name : mankier
|
||||||
|
engine : json_engine
|
||||||
|
search_url : https://www.mankier.com/api/v2/mans/?q={query}
|
||||||
|
results_query : results
|
||||||
|
url_query : url
|
||||||
|
title_query : name
|
||||||
|
content_query : description
|
||||||
|
categories : it
|
||||||
|
shortcut : man
|
||||||
|
about:
|
||||||
|
website: https://www.mankier.com/
|
||||||
|
official_api_documentation: https://www.mankier.com/api
|
||||||
|
use_official_api: true
|
||||||
|
require_api_key: false
|
||||||
|
results: JSON
|
||||||
|
|
||||||
- name : openairedatasets
|
- name : openairedatasets
|
||||||
engine : json_engine
|
engine : json_engine
|
||||||
paging : True
|
paging : True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user