diff options
author | Allen <64094914+allendema@users.noreply.github.com> | 2022-05-30 00:53:26 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-06-02 14:32:37 +0200 |
commit | 43dc9eb7d64ddcdc07639129b9dbbc96c92d3caa (patch) | |
tree | bca1c898622e430a8e8b4fdedd246379d7e2af91 /searx/settings.yml | |
parent | 51ba817e06bb15ca1768010d6873d1d7bf48b0b6 (diff) | |
download | searxng-43dc9eb7d64ddcdc07639129b9dbbc96c92d3caa.tar.gz searxng-43dc9eb7d64ddcdc07639129b9dbbc96c92d3caa.zip |
[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
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |