From 3bc85c511ce58d61aea4f5a2e8043643ec8da62a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 30 Sep 2023 13:44:30 +0200 Subject: [mod] tootfinder: implement python module --- searx/settings.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 828828b41..bbe28b516 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2035,21 +2035,8 @@ engines: 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 + engine: tootfinder 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 -- cgit v1.2.3