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.
_static_decrypt_signature function in youtube.py #1511
Comments
|
We are phasing out static signatures, but we simply hadn't noticed the 83 change, fixed. Internally, we use the |
|
Thanks a lot! Where can I find the code that handles that flag: --youtube-print-sig-code ? I've written some PHP software that does a lot of what youtube-dl does, and I'd really like to learn how you guys were doing manual decryption code updates (prior to introducing the automated signature decryption). I'm still doing manual decryption code updates for my software -- for now. Perhaps at some point, I might try to translate your "automatic-signatures" commit code from Python to PHP. But I need to learn some more Python before I attempt that. ;-) |
|
The If you port the automatic signature exctraction to php, please drop me an email with a link to the repository. We'll find a way to link to it then - this is a forum about youtube-dl, and we'd like to keep off-topic discussions off. |
Are you guys no longer updating the decryption code for each signature length in the '_static_decrypt_signature' function in youtube.py?
I noticed that the code for signature length 83 (in that function) is no longer working?
If you are no longer updating this code, or you're phasing out this method in favor of automatic signature decryption, could you kindly explain how I can continue to manually generate the signature decryption code found in _static_decrypt_signature?
Thanks!