cross-posted from: https://lemmy.org/post/1872634
So, starting now, Google started mandating full JS for YT, effectively breaking all third-party clients and locking the site to their official client.
This reeks of DRM.
UPDATE: Installing Deno and installing yt-dlp through PyPi fixes yt-dlp but the very idea that Google is mandating JS to lock down YT in an attempt at pseudo-DRM is still crappy.
UPDATE #2: inv.nadeko.net is working again for now.
YT Revanced is not a 3rd party client. It (and all vanced patches) work by taking the original app and patching the code directly, often simply to bypass sections of it entirely.
Let’s take background playback for example, the app has that functionality but it checks if the user has a premium subscription or not before allowing it. Revanced simply removes that check by jumping over the code and always returning true.
Yeah it works more like how cracks used to work back in the day.