From e87d399dc5ae28d311d608a676975b86b5446be0 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 31 Mar 2024 17:40:09 +0200 Subject: [PATCH] feat(services): Add Piped as a YouTube alternative Introduced "Piped" to the list of services, providing users with a privacy-focused alternative to watching YouTube videos. Piped is highlighted for its unique feature of eliminating Google tracking, aiming to enhance user privacy and security. This addition enriches our service offerings with more diverse options for users concerned with online tracking. --- services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services.json b/services.json index 8f05b68..a45852f 100644 --- a/services.json +++ b/services.json @@ -45,6 +45,21 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Piped", + "url": "https://piped.private.coffee", + "short_description": "Watch YouTube videos without Google tracking.", + "long_description": "Piped is another alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.", + "status": "OK", + "links": [ + { + "name": "Go to Piped", + "url": "https://piped.private.coffee" + } + ], + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Mastodon", "url": "https://cuddly.space",