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.

  • Psythik@lemmy.world
    link
    fedilink
    English
    arrow-up
    46
    arrow-down
    16
    ·
    7 days ago

    Lies. Both YT ReVanced and SmartTubeNext have been working perfectly all day today.

    • Fijxu@programming.dev
      link
      fedilink
      English
      arrow-up
      16
      ·
      7 days ago

      Not lies, because Youtube on android uses something called DroidGuard, while on browser and other platforms, uses something called BotGuard. Their implementation differ, but NewPipe uses DroidGuard and programs like FreeTube and Invidious use BotGuard. So that’s probably the reason why NewPipe still works fine.

      Don’t quote me on that tho. But that’s what I know

      • Lfrith@lemmy.ca
        link
        fedilink
        English
        arrow-up
        6
        ·
        7 days ago

        Yep FreeTube is the only one I found not working, which is what I use on the desktop.

    • JohnEdwa@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      14
      ·
      edit-2
      7 days ago

      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.

      • bier@feddit.nl
        link
        fedilink
        English
        arrow-up
        5
        ·
        7 days ago

        Yeah it works more like how cracks used to work back in the day.