From 43dc9eb7d64ddcdc07639129b9dbbc96c92d3caa Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Mon, 30 May 2022 00:53:26 +0200 Subject: [enh] Initial Petalsearch Images support Upstream example query: https://petalsearch.com/search?query=test&channel=image&ps=50&pn=1®ion=de-de&ss_mode=off&ss_type=normal Depending on locale it will internally use some/all results from other engines. See: https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/#general-indexing-search-engines --- searx/settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index ae1291e08..8a97bbcdc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1720,6 +1720,12 @@ engines: require_api_key: false results: HTML + - name: petalsearch images + engine: petal_images + shortcut: ptsi + disabled: true + timeout: 3.0 + - name: petalsearch news shortcut: ptsn categories: news -- cgit v1.2.3