Hacker News new | ask | show | jobs
by pabs3 1587 days ago
The combination of mpv and yt-dlp lets you watch it without signing in. Not sure how they achieve that though.
1 comments

YouTube's CDN doesn't enforce authentication, only the UI, account backends, etc do. So if you can determine the URL(s) for retrieving the video from their CDN, you can watch it without auth.
Apparently, youtube-dl can't do this anymore (assuming it ever did), since trying to download an age-gated (which was my strat) video fails where it used to succeed.
It still works in yt-dlp though.