• 7 Posts
  • 98 Comments
Joined hace 10 meses
cake
Cake day: 7 de septiembre de 2023

help-circle


  • No matter how you extract the code, this will be hacky. The problem with this approach is that you are entirely dependent on the YouTube backend. They will not notify you when they change their code/API. They will not comment their code.

    In the past, this has led to a considerable development investment of projects like NewPipe where they have to fix somethong every few months as there is a backend change.

    I am still thinking about your problem, but I am unsure whether the approach of extracting from JS works (mid term).

    Why not do the steps you outlined above as a macro on your keyboard? This eliminates the need for JS. To extract the video URL, you could use some RegEx automatically or Ctrl+F. Just some thoughts. I am still invested into this weird request :)