Youtube blocks vpns if you’re not signed in so I need to keep changing my end point until I get an IP they don’t associate with vpns to use those.
Comment on YouTube cracks down (again) on ad blockers.
unexposedhazard@discuss.tchncs.de 1 week agoOr mpv + yt-dlp
rickyrigatoni@lemm.ee 1 week ago
marauding_gibberish142@lemmy.dbzer0.com 1 day ago
Can you explain your setup? I’m interested
unexposedhazard@discuss.tchncs.de 1 day ago
Im on linux and thats all i know, so if you arent i cant help ya…
You can install mpv from your package manager. This should automatically install yt-dlp as a dependency, but probably not the latest version which is very necessary.
That means you have to get the latest version from the github github.com/yt-dlp/yt-dlp?tab=readme-ov-file#relea… Just take the first thing in the table.
This yt-dlp file will have to go into your /home/user/.local/bin/ folder, so that it gets used instead of the outdated version installed by your OS when mpv looks for it.
That should be the basic setup. To use it you just do
mpv https://www.youtube.com/watch?v=xvFZjo5PgG0
in your terminal, which will open that video. In my RSS reader i can define a custom browser application, so i just give itmpv
as a browser, that way i dont have to open a terminal every time.If you want to have a button that redirects youtube vids from your browser to mpv, that requires some more tinkering. If you wanna do that i can write another comment.
marauding_gibberish142@lemmy.dbzer0.com 1 day ago
I’m on Debian. Which RSS reader do you use? Is there a fuzzy search for YouTube?
unexposedhazard@discuss.tchncs.de 1 day ago
Im using
quiterss
. Its kinda old so you might miss a lot of modern features.It only takes proper feed URLs like this www.youtube.com/feeds/videos.xml?channel_id=UCuNy… so you gotta get the channel_id from somewhere, but you can also just import an .opml file that you exported from another RSS reader.
Im sure there are better ones but i just need keyword filtering and categories so i have somewhat basic needs.