mirror of https://github.com/searxng/searxng.git
[feat] engine: implementation of tootfinder
This commit is contained in:
parent
fc4a20f734
commit
d1a3fc5be6
|
@ -1926,6 +1926,23 @@ engines:
|
||||||
timeout: 10.0
|
timeout: 10.0
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: tootfinder
|
||||||
|
engine: json_engine
|
||||||
|
categories: ['social media']
|
||||||
|
paging: false
|
||||||
|
search_url: https://www.tootfinder.ch/rest/api/search/{query}
|
||||||
|
url_query: uri
|
||||||
|
title_query: card/title
|
||||||
|
content_query: content
|
||||||
|
thumbnail_query: card/image
|
||||||
|
shortcut: toot
|
||||||
|
about:
|
||||||
|
website: https://tootfinder.ch/
|
||||||
|
official_api_documentation: https://wiki.tootfinder.ch/index.php?name=the-tootfinder-rest-api
|
||||||
|
use_official_api: true
|
||||||
|
require_api_key: false
|
||||||
|
results: 'JSON'
|
||||||
|
|
||||||
- name: wallhaven
|
- name: wallhaven
|
||||||
engine: wallhaven
|
engine: wallhaven
|
||||||
# api_key: abcdefghijklmnopqrstuvwxyz
|
# api_key: abcdefghijklmnopqrstuvwxyz
|
||||||
|
|
Loading…
Reference in New Issue