diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-18 13:20:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 13:20:27 +0200 |
| commit | b8b857d24c139fcbc7437efd8d81323ce963de93 (patch) | |
| tree | e1d5f88a8380a5024e69943cca4b0a9df36997fa /searx/settings.yml | |
| parent | 86373e7c87aeca9fb0d8889a12cfe09c0ffd1df9 (diff) | |
[mod] engine invidious: commented out / no public API available nowadays (#4800)
Reported-by: @unifox https://github.com/searxng/searxng/issues/2722#issuecomment-2884993248
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7e0455701..fc654450c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -252,8 +252,8 @@ plugins: # # hostnames: # replace: -# '(.*\.)?youtube\.com$': 'invidious.example.com' -# '(.*\.)?youtu\.be$': 'invidious.example.com' +# '(.*\.)?youtube\.com$': 'yt.example.com' +# '(.*\.)?youtu\.be$': 'yt.example.com' # '(.*\.)?reddit\.com$': 'teddit.example.com' # '(.*\.)?redd\.it$': 'teddit.example.com' # '(www\.)?twitter\.com$': 'nitter.example.com' @@ -270,8 +270,8 @@ plugins: # replace: 'rewrite-hosts.yml' # # Content of 'rewrite-hosts.yml' (place the file in the same directory as 'settings.yml'): -# '(.*\.)?youtube\.com$': 'invidious.example.com' -# '(.*\.)?youtu\.be$': 'invidious.example.com' +# '(.*\.)?youtube\.com$': 'yt.example.com' +# '(.*\.)?youtu\.be$': 'yt.example.com' # checker: @@ -1152,16 +1152,15 @@ engines: timeout: 6.0 disabled: true - - name: invidious - engine: invidious - # Instanes will be selected randomly, see https://api.invidious.io/ for - # instances that are stable (good uptime) and close to you. - base_url: - - https://invidious.adminforge.de - - https://inv.nadeko.net - shortcut: iv - timeout: 3.0 - disabled: true + # - name: invidious + # engine: invidious + # # if you want to use invidious with SearXNG you should setup one locally + # # https://github.com/searxng/searxng/issues/2722#issuecomment-2884993248 + # base_url: + # - https://invidious.example1.com + # - https://invidious.example2.com + # shortcut: iv + # timeout: 3.0 - name: ipernity engine: ipernity |