Skip to content

Commit

Permalink
[mod] improve setup of invidious engine
Browse files Browse the repository at this point in the history
- My experience is, that a timeout of 5 sec is not need, I got fast response
  less than a second.

- https://invidious.tube/ redirects to http://ww25.invidious.tube/
  - in SearXNG defaults the http protocol is unsafe and raise an error
  - https://ww25.invidious.tube has SSL_ERROR_UNSAFE_NEGOTIATION

Related-to: searxng#821
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Jan 25, 2022
1 parent 81453a0 commit 10c9b97
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,11 +777,16 @@ engines:

- 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.tube/
- https://invidious.snopyta.org/
- https://vid.puffyan.us/
- https://invidious.kavin.rocks/
- https://invidio.xamh.de/
- https://inv.riverside.rocks/
shortcut: iv
timeout: 5.0
timeout: 3.0
disabled: true

- name: kickass
Expand Down

0 comments on commit 10c9b97

Please sign in to comment.