diff options
author | Bnyro <bnyro@tutanota.com> | 2023-09-30 13:44:30 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-12-11 18:54:24 +0100 |
commit | 3bc85c511ce58d61aea4f5a2e8043643ec8da62a (patch) | |
tree | 28df238dd8ac877ecb1f3c1c3a99a63f4bc9b7f2 /searx/settings.yml | |
parent | 0bcff32dd7dbacf5e5b259365a21afa9b9409325 (diff) | |
download | searxng-3bc85c511ce58d61aea4f5a2e8043643ec8da62a.tar.gz searxng-3bc85c511ce58d61aea4f5a2e8043643ec8da62a.zip |
[mod] tootfinder: implement python module
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 15 |
1 files changed, 1 insertions, 14 deletions
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 |