Add Piped to Video Streaming (#634)

This commit is contained in:
mfwmyfacewhen 2022-02-21 03:24:13 -06:00 committed by Daniel Gray
parent e8d1e74b39
commit 9855c3b415
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
4 changed files with 27 additions and 2 deletions

View File

@ -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 dont 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.

View File

@ -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 dont 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'

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -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] %}