Google could kill YouTube Vanced for good::The company is exploring an integrity API that could lock down WebViews with DRM

  • @papertowels
    link
    English
    26 months ago

    How does it work under the hood? I remember googling around and never found out

    • @GissaMittJobb@lemmy.ml
      link
      fedilink
      English
      76 months ago

      To play video, the YouTube app does API calls directly to the YouTube API instead of loading any web code, then gets a reference to the media to play back and plays it back in a native media playback SDK.

      Revanced does their stuff the way they do by manipulating the bytecode that the YouTube app consists of, to add/remove things.