diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-07-18 08:14:26 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-03 16:23:36 +0200 |
| commit | 636bfdac68320bbaf86d7153f35af85d050c9d60 (patch) | |
| tree | ef51e2b142cf797d916b74e37ea4a65871ecf133 /searx/settings.yml | |
| parent | 8b4ba204b7e6469181a29c9152cc7ec880005b05 (diff) | |
[feat] engine: implementation of Piped
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |