From 9eff1aeed7e8ae7479a756d421bba0ece158c598 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 19:07:10 +0200 Subject: [PATCH] fix(data): resolve misplaced Invidious and Piped entries Moved Invidious and Piped services entries to their correct positions in services.json. This ensures consistent parsing and access, which could potentially solve lookup issues or enhance data integrity. --- data/services.json | 88 +++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/data/services.json b/data/services.json index 3fb7a6c..00d8a7a 100644 --- a/data/services.json +++ b/data/services.json @@ -48,50 +48,6 @@ "exclude_from_index": false, "exclude_from_simple": false }, - { - "name": "Invidious", - "url": "https://invidious.private.coffee", - "homemade": false, - "fork": "https://git.private.coffee/PrivateCoffee/invidious", - "tiny_description": "tracking-free YouTube", - "short_description": "Watch YouTube videos without Google tracking.", - "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 Invidious", - "url": "https://invidious.private.coffee", - "alternatives": [ - { - "name": "Tor", - "url": "http://invidious.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" - } - ] - } - ], - "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 - }, { "name": "Transfer.coffee", "url": "https://transfer.coffee", @@ -362,6 +318,50 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Invidious", + "url": "https://invidious.private.coffee", + "homemade": false, + "fork": "https://git.private.coffee/PrivateCoffee/invidious", + "tiny_description": "tracking-free YouTube", + "short_description": "Watch YouTube videos without Google tracking.", + "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 Invidious", + "url": "https://invidious.private.coffee", + "alternatives": [ + { + "name": "Tor", + "url": "http://invidious.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" + } + ] + } + ], + "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 is mostly unusable at the moment.", + "status": "NOK", + "links": [ + { + "name": "Go to Piped", + "url": "https://piped.private.coffee" + } + ], + "icon": "video", + "exclude_from_index": true, + "exclude_from_simple": true + }, { "name": "Structables", "url": "https://structables.private.coffee",