• 6 Posts
  • 105 Comments
Joined 1 year ago
cake
Cake day: September 7th, 2023

help-circle
  • I am all in favor for spreading donations across many - especially smaller - projects. I think that there are two levels to donations:

    • The monetary one. Donating helps fund development either by paying for a full-time dev or by helping the dev stay financially stable to do a bit less work hours so they have time for the project.
    • The psychological one. Most people that publish their code online are not expecting this to become big. And when a stranger from the internet appreciates their code enough for a donation this is a huge motivational factor.

    I even tend to think that donating 5€ more to GIMP is less valuable than giving the money to some random project.
















  • 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 :)