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.

  • DFX4509B@lemmy.orgOP
    link
    fedilink
    English
    arrow-up
    20
    ·
    3 days ago

    You still have alternative platforms to Big Tech though, PeerTube and Odysee like have been mentioned umpteen times in this thread and on Lemmy at large, and not to mention Lemmy itself, and Mastodon, Pixelfed, and Bsky among others.

      • NKBTN@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        You’re probably right, but I’m not sure what the grift IS. Presumably they’ll start rolling out ads at some point?

        • 0xtero@beehaw.org
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 days ago

          They’re still running on VC money so it’ll be a while. My guess: ads, selling user data, AI training on user behaviours, limiting what content is suitable (getting rid of NSFW), promoting corporate brands (so algorithmic advertising) and adding crypto in one way or another. And all the other tricks that older platforms have been doing.

          And probably burying the thought of distributed protocol, hoping people will stop talking about it.

          • DFX4509B@lemmy.wtf
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            ATProto’s dual-licensed under MIT and Apache so it’s not like it’ll be easy to get rid of.

    • Auli@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      Sure but they don’t have the content and don’t have staying power. If peertube became popular who is going to pay for the bandwidth.

      • Lime Buzz (fae/she)@beehaw.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        1 day ago

        Its users, in part because it uses web torrent which means the traffic of videos is shared peer-to-peer, thus the host doesn’t have to pay for a lot of bandwidth.

        Also, just like mastodon servers are paid by its users for service I’m sure admins that build up a good reputation with their users or make them aware that they need more to pay for it will pay, or not and they’ll just disappear which is really how the web should work, not all these tech oligarchs who have lots of money from exploiting their users and workers.

        Edit: Was incorrect, it uses HLS with P2P support:

        At the beginning of PeerTube, we only supported Web Video (previously known as “WebTorrent”) streaming. Due to several limitations of the Web Video system, we had to add HLS with P2P support.

        • DFX4509B@lemmy.orgOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          I thought PeerTube ditched WebTorrent and switched full-time to WebRTC a while back.

          • Lime Buzz (fae/she)@beehaw.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 day ago

            Seems you are correct, I thought webtorent was the only way to have peer-to-peer video, but seems not:

            At the beginning of PeerTube, we only supported Web Video (previously known as “WebTorrent”) streaming. Due to several limitations of the Web Video system, we had to add HLS with P2P support.

            That’s pretty cool, thanks for the information!

        • null_dot@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          I’m not an expert on these things but I just don’t like the idea of web torrent.

          I do however, whole heartedly agree that video producers should pay for their own bandwidth, and be supported by users.

            • null_dot@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 days ago

              IDK really.

              I don’t dislike it in a “this is terrible technology and no one should be doing it” kind of a way. Just in a “I feel a bit icky about this” kind of way.

              There must be privacy considerations right? Do I really want everyone to know what videos I’m watching?

              Also, do I really want my client to be providing n upstream connections grinding away at my battery?

              They’ve probably long since solved this I guess but in the early days firefox wasn’t supported ?

              I just… don’t feel like this is the solution to the cost of delivering content.

              • Lime Buzz (fae/she)@beehaw.org
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 day ago

                I was incorrect, it uses HLS with P2P support:

                At the beginning of PeerTube, we only supported Web Video (previously known as “WebTorrent”) streaming. Due to several limitations of the Web Video system, we had to add HLS with P2P support.