Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Request: Signature descriptions on demand #1241
Comments
|
Whenever the signature is changed, a corresponding patch is released within a few hours. The speed of the fix would probably be the same regardless of whether the signature was fixed in the codebase or on an external area. Right now, in the current case, it seems a little slow merging the fix for the signature, but in the future fixes should be fast enough that you can just update before running and not experience any adverse behaviour (unless you just get really unlucky). I suppose, however, that it may be easier to have the signature decryption code on an external source so updating isn't required as often. |
|
Ok, cool. Thanks. On Wed, Aug 14, 2013 at 5:37 PM, Aaron Wojnowski
|
|
I provide code which not need to be updated when YouTube player has been changed, this code works very well in my project. But for some reason yt-dl devs did not wont use it. Maybe they like when users thanks them after each update? Here is my code based on information provided by @patrickslin: |
|
@sulge I really hope your code is integrated. You only submitted the code a week ago, give them time to take a look at it. |
|
@sulge There is no conspiracy theory of the developers not liking it. The code just has to be cleaned up (no |
|
Some, comment from me:
|
youtube-dl devs you are doing an excellent job, but it seems everytime I use youtube-dl, VEVO has changed the signatures. If Youtube and VEVO are playing a game of whack-a-mole with us, we need to move quicker.
Would it not be easier to have a signature description file that could be downloaded automatically (or automatically if the correct option is passed to youtube-dl) from youtube-dl.org when it is unable to deal with an encrypted signature. The description file could be updated more frequently than the rest of the code base.
Just an idea ... keep up the great work.