I watch YouTube when I eat etc. I pretty much solely watch gameplays. Is there any alternative? Or an opensource way to view YouTube? I don’t want to use Twitch because Amazon and I grew out of enjoying streamers in my late teens and it’s been a while since.
Edit: I don’t ever use it on mobile. Desktop via Firefox only.
NewPipe. Newpipe is feature rich and does not require an account. It holds all subscriptiouns localy and does not use the API. Customizable and had tons of features.
Libretube is better as for me
For desktop: Piped or Invidious instances, like piped.kavin.rocks
If you want to completely get rid of YouTube, then PeerTube or Odysee is nice.
Since we’re on Lemmy, which uses ActivityPub, I’d first recommend using PeerTube since it’s also a fediverse ActivityPub platform. But it’s pretty small right now.
Alternatively, Odysee has an established creator base and it’s easy for YouTubers to sync video uploads, so it has a real chance at becoming mainstream if we can push adoption outside of the tech-sphere.
In terms of just YouTube privacy-respecting frontends, with your browser I recommend using Piped or Invidious.
For more instances for privacy-respecting front-ends, this link is a good resource. Furthermore, you could consider installing the LibRedirect extension to automatically redirect you to privacy-respecting frontends.
On Android, I strongly recommend downloading LibreTube or NewPipe from the F-Droid store. LibreTube is actually really pretty, so I prefer it to ReVanced on that basis as it doesn’t require any level of login to manage a subscription list I think. Newpipe is already very well established and I use it personally, very good app.
Happy to answer any questions, but I’m not an engineer, I’m just a guy :p
Peertube is simply not good however. I encourage people to try it but it’s just not even remotely close to YouTube content.
For now I think Newpipe is a much, much better choice.
I think Lemmy is good enough to replace Reddit though, which is why I’m here so much. :)
I agree that it’s not fully “there” yet, but it won’t get “there” without users engaging with the videos. I try to use PeerTube for any YouTube creator I enjoy that uploads there. For example, Linux Experiment has started uploading there so I’ll be tuning in weekly to see his news updates.
Let’s still support upcoming platforms where we can :)
deleted by creator
I’ve been alternating between using Invidious and Piped in the past week or so, which are both open-source ways to access Youtube videos.
Piped seems to be more consistent with fetching captions, so I’m leaning towards that. You can setup an addon like LibRedirect to change any YouTube URLs to whatever instance of Piped or Invidious (and a couple others I haven’t checked out).
LibreTube is what I’ve been using on Android since Youtube Vanced died.
Edit: I don’t ever use it on mobile. Desktop via Firefox only.
An Invidious instance or
mpv
(withyt-fzf
for example).Personally, I use
yt-fzf
for searching (no thumbnails though) andnewsboat
(a cli rss reader) for subscribing to YouTube channels then I can load up videos from there tompv
. I just press the “o” key on my keyboard when a new video comes out and it plays onmpv
.deleted by creator
I personally self host my own Viewtube using docker and it works really well.
Since you seem knowledgeable, I have a marginally related question. Do you know any dockers that can scrape a YouTube playlist automatically and put it in a Plex folder?
Yt-dlp app can download playlists and whole channels also batch download supported, just set download to folder you need, from text file in which your channels/playlists listed, and add recurring cron job to repeat downloading new videos as they appear
Hm, I’ll have to try again with that. I tried a couple, but I think that one would download one or two videos then quit.
Appreciate the info!
I had the same problem, to work properly app need to set proper arguments like “yt-dlp -abcd” and some people had problem with downloading speed, this problem was solved with usage of custom downloader option of yt-dlp, as custom downloader aria2 app was used with options to split downloaded file into 16 chunks downloaded in parallel, also as channels change names of videos you can accidentally download same file multiple times, to avoid that use dedication like fdupes or something, imo you should delve deeper into it and slap some bash script for your personal needs), then recurring cron job to repeat that script when you need it
Well since I did none of that, that would explain why it didn’t work. Thanks again!
How was setting this up? This looks great but I am often bad at this.
Assuming you already have docker and docker compose set up on your server I just followed the docker compose file section on their installation wiki and got it working within minutes of deploying it.
newpipe on android is a way to view youtube, invidious on desktop, i dunno about ios, peertube is the federated alternative to youtube but it’s gonna be a bit before it gets good.
Revanced on android has been good for me lately
Revanced is amazing and does what it says it does. +1 from me too.
Also this. Apparently revanced also works on the reddit app.
AlternativeTo has a lot of good suggestions for alternatives to just about everything software-related; it claims to list 145 alternatives to YouTube!
Newpipe is an open source youtube client, unfortunatly it’s missing any features that require an account.
If you want those features check out Revanced, a patched youtube app. Unfortunetly since Revanced uses the stock youtube app its not fully open source.
If you decide to use revanced be careful as there are a lot of fake websites. The real one is revanced.app or the github. You also need to patch the app yourself.
I confirm this is the greatest front end out there (excluding YouTube front end)
I’m Elon Musk
Peertube, Odysee, and YouTube via Newpipe or another client/proxy are my first suggestions. I also enjoy some content from Nebula on occasion.
You can try NewPipe if you’re on Android Ü
I mainly use it for YouTube myself but you can use it for other sites aswell.
Because YouTube videos keep getting deleted I download all my favorites and host on my Jellyfin server.
Same! So much better this way. I wrote my own program so it just automatically downloads new videos from channels I’ve told it I’m interested in, and then it puts it in the appropriate Jellyfin folder. Way more reliable this way, I don’t miss videos. And I don’t care if my internet shits the bed, it can take however long it wants to take to download and once it’s there I can even watch it even with no internet. I even implemented sponsorblock in it so Jellyfin automatically skips sponsored segments.