diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-09-27 17:33:08 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-29 23:00:30 +0200 |
| commit | d1a3fc5be69f64a89676016844e682fd8bad11a0 (patch) | |
| tree | 51edd8711b2efa3abb42f0b226c689410467efd2 /searx | |
| parent | fc4a20f734df527514a60d6f7802c1ac10ecc869 (diff) | |
[feat] engine: implementation of tootfinder
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b2715d050..551e6b96e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1926,6 +1926,23 @@ engines: timeout: 10.0 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 engine: wallhaven # api_key: abcdefghijklmnopqrstuvwxyz |