From 9855c3b415b5e8a7eb4892366d443ca9b213aef4 Mon Sep 17 00:00:00 2001 From: mfwmyfacewhen <94880365+mfwmyfacewhen@users.noreply.github.com> Date: Mon, 21 Feb 2022 03:24:13 -0600 Subject: [PATCH] Add Piped to Video Streaming (#634) --- .../1_invidious.yml | 3 +++ .../video-streaming-front-ends/2_piped.yml | 20 +++++++++++++++++++ assets/img/video-streaming/piped.svg | 2 ++ collections/_evergreen/video-streaming.md | 4 ++-- 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 _data/software/video-streaming-front-ends/2_piped.yml create mode 100644 assets/img/video-streaming/piped.svg diff --git a/_data/software/video-streaming-front-ends/1_invidious.yml b/_data/software/video-streaming-front-ends/1_invidious.yml index 27cfdc37..710706d2 100644 --- a/_data/software/video-streaming-front-ends/1_invidious.yml +++ b/_data/software/video-streaming-front-ends/1_invidious.yml @@ -5,6 +5,9 @@ logo_dark: /assets/img/video-streaming/invidious-dark.svg description: | **Invidious** is a free and open source front end for YouTube that is also self-hostable. There are list of [public instances](https://instances.invidious.io). Some instances have [Tor](https://www.torproject.org) onion services support. + #### Use case + Invidious is useful if you want to disable JavaScript in your browser. It does not provide privacy by itself and we don’t recommend logging into any accounts. + #### Notes Invidious does not proxy the video stream through its server by default. Videos watched through Invidious will still make direct connections to Google's servers (googlevideo.com), however, some instances support video proxying. This can be enabled by adding `&local=true` to the URL. diff --git a/_data/software/video-streaming-front-ends/2_piped.yml b/_data/software/video-streaming-front-ends/2_piped.yml new file mode 100644 index 00000000..7b6c5458 --- /dev/null +++ b/_data/software/video-streaming-front-ends/2_piped.yml @@ -0,0 +1,20 @@ +title: Piped +type: Recommendation +logo: /assets/img/video-streaming/piped.svg +description: | + **Piped** is a free and open source front end for YouTube that is also self-hostable. Piped has 2 public instances at [piped.kavin.rocks](https://piped.kavin.rocks/) and [piped.mint.lgbt](https://piped.mint.lgbt/). + + #### Use case + Piped is useful if you want to use [SponsorBlock](https://sponsor.ajay.app) without installing an extension or to access age-restricted content without an account. It does not provide privacy by itself and we don’t recommend logging into any accounts. + + #### Notes + When self-hosting, it is important that you have other people using your instance as well in order for you to blend in. You should be careful with where and how you are hosting Piped, as other peoples' usage will be linked to your hosting. + + When you are using an Piped instance, be sure to go read the Privacy Policy of that specific instance. Piped instances can be modified by their owners and therefore may not reflect their associated privacy policy. + +website: 'https://piped.kavin.rocks/' +downloads: + - icon: fas fa-globe-americas + url: 'https://piped.kavin.rocks' + - icon: fab fa-github + url: 'https://github.com/TeamPiped/Piped' diff --git a/assets/img/video-streaming/piped.svg b/assets/img/video-streaming/piped.svg new file mode 100644 index 00000000..65be5bbb --- /dev/null +++ b/assets/img/video-streaming/piped.svg @@ -0,0 +1,2 @@ + + diff --git a/collections/_evergreen/video-streaming.md b/collections/_evergreen/video-streaming.md index 26bc3412..91de2b6c 100644 --- a/collections/_evergreen/video-streaming.md +++ b/collections/_evergreen/video-streaming.md @@ -5,7 +5,7 @@ description: | The primary threat when using a video streaming platform is that your streaming habits and subscription lists could be used to profile you. You should combine these tools with a [VPN](/providers/vpn/) or [Tor](https://www.torproject.org/) to make it harder to profile your usage. --- -## Client +## Clients {% for item_hash in site.data.software.video-streaming-clients %} {% assign item = item_hash[1] %} @@ -18,7 +18,7 @@ description: | ## Web-based Frontends -The recommended frontend below is useful if you want to disable JavaScript in your browser. It does not provide privacy by itself and we don't recommend logging into any accounts. + {% for item_hash in site.data.software.video-streaming-front-ends %} {% assign item = item_hash[1] %}