From b2792eb38a1f586cafb792aa61d4573dbff97c19 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 19:05:57 +0200 Subject: [PATCH] feat(services): split Piped and Invidious entries Separated the previously combined "Piped / Invidious" entry into two distinct entries for "Piped" and "Invidious" to better reflect their individual services. Updated URLs, descriptions, and metadata accordingly. --- data/services.json | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/data/services.json b/data/services.json index c2d607b..3fb7a6c 100644 --- a/data/services.json +++ b/data/services.json @@ -49,19 +49,15 @@ "exclude_from_simple": false }, { - "name": "Piped / Invidious", - "url": "https://piped.private.coffee", + "name": "Invidious", + "url": "https://invidious.private.coffee", "homemade": false, - "fork": false, + "fork": "https://git.private.coffee/PrivateCoffee/invidious", "tiny_description": "tracking-free YouTube", "short_description": "Watch YouTube videos without Google tracking.", - "long_description": "Piped and Invidious are alternative front-ends to YouTube. Unfortunately, they are under attack from Google, and may be slow or unavailable at times.", + "long_description": "Invidious is an alternative front-end to YouTube. Unfortunately, it is under attack from Google, and is mostly unusable at the moment.", "status": "NOK", "links": [ - { - "name": "Go to Piped", - "url": "https://piped.private.coffee" - }, { "name": "Go to Invidious", "url": "https://invidious.private.coffee", @@ -74,6 +70,25 @@ } ], "icon": "video", + "exclude_from_index": false, + "exclude_from_simple": false + }, + { + "name": "Piped", + "url": "https://piped.private.coffee", + "homemade": false, + "fork": false, + "tiny_description": "tracking-free YouTube", + "short_description": "Watch YouTube videos without Google tracking.", + "long_description": "Piped is an alternative front-end to YouTube. Unfortunately, it is under attack from Google, and may be slow or unavailable at times.", + "status": "NOK", + "links": [ + { + "name": "Go to Piped", + "url": "https://piped.private.coffee" + } + ], + "icon": "video", "exclude_from_index": true, "exclude_from_simple": true },