mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 20:01:08 +00:00
Convert video recommendation from legacy (#274)
Co-authored-by: Daniel Nathan Gray <dng@disroot.org>
This commit is contained in:

committed by
Daniel Nathan Gray

parent
74008465b7
commit
29f717b651
@@ -28,8 +28,8 @@ items:
|
||||
- type: link
|
||||
title: Video Platforms
|
||||
icon: fad fa-file-video
|
||||
file: legacy_pages/providers/video.html
|
||||
file: _evergreen/video-streaming.html
|
||||
- type: link
|
||||
title: VPN Services
|
||||
icon: fad fa-network-wired
|
||||
file: legacy_pages/providers/vpn.html
|
||||
file: legacy_pages/providers/vpn.html
|
||||
|
@@ -52,3 +52,7 @@ items:
|
||||
title: Self-Contained Networks
|
||||
icon: fad fa-chart-network
|
||||
file: legacy_pages/software/networks.html
|
||||
- type: link
|
||||
title: Video Streaming
|
||||
icon: fab fa-youtube
|
||||
file: _evergreen/video-streaming.html
|
||||
|
21
_data/software/video-streaming/1_freetube.yml
Normal file
21
_data/software/video-streaming/1_freetube.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
title: FreeTube
|
||||
type: Recommendation
|
||||
logo: /assets/img/video-streaming/freetube.png
|
||||
description: |
|
||||
<strong>FreeTube</strong> is a free and open source desktop application for <a href="https://youtube.com">YouTube</a>. Your subscription list and playlists are saved locally on your device.
|
||||
|
||||
FreeTube features <a href="https://sponsor.ajay.app">SponsorBlock</a> to help you skip sponsored advertisement, and all Youtube advertisements are blocked by default as well.
|
||||
|
||||
<h4>Notes</h4>
|
||||
Your IP address is visible to YouTube, <a href="https://instances.invidious.io">Invidious</a> and SponsorBlock instances that you use. Consider using a <a href='/providers/vpn/'>VPN</a> if this is in your <a href="/threat-modeling/">threat model.
|
||||
website: 'https://freetubeapp.io/'
|
||||
privacy_policy: 'https://freetubeapp.io/privacy.php'
|
||||
downloads:
|
||||
- icon: fab fa-windows
|
||||
url: 'https://freetubeapp.io/#download'
|
||||
- icon: fab fa-apple
|
||||
url: 'https://freetubeapp.io/#download'
|
||||
- icon: fab fa-linux
|
||||
url: 'https://freetubeapp.io/#download'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/FreeTubeApp/FreeTube/issues'
|
26
_data/software/video-streaming/2_lbry.yml
Normal file
26
_data/software/video-streaming/2_lbry.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
title: LBRY
|
||||
type: Recommendation
|
||||
logo: /assets/img/video-streaming/lbry.svg
|
||||
description: |
|
||||
<strong>The LBRY network</strong> is a decentralized video sharing network. It uses a <a href="https://en.wikipedia.org/wiki/Torrent">Torrent</a> like network to store the video content, and a <a href="https://en.wikipedia.org/wiki/Blockchain">blockchain</a> to store the indexes for those videos. The main advantage of such design is it's censorship resistance.
|
||||
|
||||
<strong>The LBRY desktop client</strong> helps you stream videos from the LBRY network, and stores your subscription list in your own LBRY wallet.
|
||||
|
||||
<h4>Notes</h4>
|
||||
We recommend <strong>against</strong> synchronizing your wallet with LBRY Inc. at the moment, as synchronizing encrypted wallets is not supported yet. If you synchronize your wallet with LBRY Inc., you have to trust them to not look at your subscription list, <a href="https://lbry.com/faq/earn-credits">LBC</a> funds, or take control of your channel.
|
||||
|
||||
Only the <strong>LBRY desktop client</strong> is recommended. <a href="https://odysee.com/">Odysee</a> and the F-Droid, Play Store, IOS clients have mandatory synchronization and telemetry.
|
||||
|
||||
While watching and hosting videos, your IP address is visible to the LBRY network. Consider using a <a href='/providers/vpn/'>VPN</a> if this is in your <a href="/threat-modeling/">threat model</a>. You could also disable <em>Save hosting data to help the LBRY network</em> option (⚙️ Settings → Advanced Settings) to avoid exposing your IP and watched videos for a prolonged period of time.
|
||||
|
||||
website: 'https://lbry.com/'
|
||||
privacy_policy: 'https://lbry.com/privacypolicy'
|
||||
downloads:
|
||||
- icon: fab fa-windows
|
||||
url: 'https://lbry.com/get'
|
||||
- icon: fab fa-apple
|
||||
url: 'https://lbry.com/osx'
|
||||
- icon: fab fa-linux
|
||||
url: 'https://lbry.com/linux'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/lbryio'
|
16
_data/software/video-streaming/3_newpipe.yml
Normal file
16
_data/software/video-streaming/3_newpipe.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
title: NewPipe
|
||||
type: Recommendation
|
||||
logo: /assets/img/video-streaming/newpipe.svg
|
||||
description: |
|
||||
<strong>NewPipe</strong> is a free and open source Android application for <a href="https://youtube.com">YouTube</a>, <a href="https://soundcloud.com/">SoundCloud</a>, <a href="https://media.ccc.de">media.ccc.de</a>, <a href="https://framatube.org/">FramaTube</a>, <a href="https://bandcamp.com/">Bandcamp</a>.
|
||||
All of your subscription list and playlists are saved locally on your Android device.
|
||||
|
||||
<h4>Notes</h4>
|
||||
While NewPipe is available on <a href="https://www.f-droid.org/">F-Droid</a>'s main repository, we recommend that you use the NewPipe project's <a href="https://newpipe.net/FAQ/tutorials/install-add-fdroid-repo/">own F-Droid repository</a> instead to get faster updates and avoid breakages due to changes in Youtube's API.
|
||||
website: 'https://newpipe.net/'
|
||||
privacy_policy: 'https://newpipe.net/legal/privacy/'
|
||||
downloads:
|
||||
- icon: fab fa-android
|
||||
url: 'https://newpipe.net/FAQ/tutorials/install-add-fdroid-repo/'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/TeamNewPipe/NewPipe/'
|
Reference in New Issue
Block a user