From ac5b16d2f7aff8e8b363d743b46287c7973a42dc Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 30 Jun 2024 18:47:19 +0200 Subject: [PATCH] feat: add onion service alternative for Invidious Introduced a Tor-based alternative URL for Invidious to the services list. This enhances accessibility for users preferring or requiring access via the Tor network, improving privacy and circumventing network restrictions. --- data/services.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/services.json b/data/services.json index cd44726..9250568 100644 --- a/data/services.json +++ b/data/services.json @@ -51,7 +51,13 @@ }, { "name": "Go to Invidious", - "url": "https://invidious.private.coffee" + "url": "https://invidious.private.coffee", + "alternatives": [ + { + "name": "Tor", + "url": "http://invidious.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" + } + ] } ], "icon": "video",