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.
ExtractorError(u'Cannot decrypt signature #4961
Comments
stevens37
commented
Feb 16, 2015
|
Thank you for the report! Can you reproduce this error? If so, can you post (or upload) the output you get when you add the |
|
I encountered this error also, and was able to reproduce it with --dump-intermediate-pages. I'm not sure whether they're related, but I have 2 other observations of behavior that's surprising to me (the requested --dump-intermediate-pages output follows after):
Output with intermediate pages that reproduces the problem is below.
|
|
@GrumpyOldTroll Thank you very much! The target file check definitely occurs after the DASH extraction, no matter what, so I guess this is just a sample where the problem did not reproduce. |
|
Thanks to the log by @GrumpyOldTroll, I think I've identified the problem: There is no player URL where we expect it to be. Upon looking at more places, I can find an swf player URL, but our SWF interpreter cannot handle that yet. If anyone wants to have a look, I've added a branch youtube-swfplayer for improvement of the SWF interpreter. |
|
This is most likely fixed by a49eccd. Feel free to open a new issue if it's still broken in the next version. |