From 6ff40356352e9f5b9c7f9c5d58ac2fc787455036 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 31 May 2025 21:10:23 +0200 Subject: [feat] engines: add pixabay for royalty free images/videos What's changed? - this PR adds Pixabay, a collection of royalty free images - additionaly it seems to have some videos, so there's an engine for it too Author Notes - when using SearXNG's transport, all our requests will get blocked, probably due to fingerprinting - we should find an alternative solution because this is just a hacky change to make things work for now, but idk how ... --- searx/settings.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index b530ca90d..cb7504efe 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1583,6 +1583,20 @@ engines: url: https://thepiratebay.org/ timeout: 3.0 + - name: pixabay images + engine: pixabay + pixabay_type: images + categories: images + shortcut: pixi + disabled: true + + - name: pixabay videos + engine: pixabay + pixabay_type: videos + categories: videos + shortcut: pixv + disabled: true + - name: pixiv shortcut: pv engine: pixiv -- cgit v1.2.3