From 636bfdac68320bbaf86d7153f35af85d050c9d60 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 18 Jul 2023 08:14:26 +0200 Subject: [feat] engine: implementation of Piped --- searx/settings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 4dd499a36..d2847343a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1135,6 +1135,19 @@ engines: engine: photon shortcut: ph + - name: piped + engine: piped + # Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/ + backend_url: + - https://pipedapi.kavin.rocks + - https://pipedapi-libre.kavin.rocks + - https://pipedapi.adminforge.de + # Url to use as link, and for embeds + frontend_url: https://srv.piped.video + shortcut: ppd + timeout: 3.0 + disabled: true + - name: piratebay engine: piratebay shortcut: tpb -- cgit v1.2.3