Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube-dl version 2013.09.17 ERROR: Unable to decrypt signature, key length 93 not supported #1486

Closed
prestonconnors opened this issue Sep 23, 2013 · 2 comments

Comments

@prestonconnors
Copy link

@prestonconnors prestonconnors commented Sep 23, 2013

youtube-dl -vvv "http://www.youtube.com/watch?v=${v}" -o "${v}.%(ext)s"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vvv', 'http://www.youtube.com/watch?v=13oXf68zRcM', '-o', '13oXf68zRcM.%(ext)s']
[debug] youtube-dl version 2013.09.17
[debug] Python version 2.7.3 - Linux-3.2.0-53-generic-x86_64-with-LinuxMint-13-maya
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 13oXf68zRcM: Downloading video webpage
[youtube] 13oXf68zRcM: Downloading video info webpage
[youtube] 13oXf68zRcM: Extracting video information
[youtube] 13oXf68zRcM: Encrypted signatures detected.
[youtube] encrypted signature length 93 (46.46), itag 46, html5 player vfl79wBKW
ERROR: Unable to decrypt signature, key length 93 not supported; retrying might work; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 321, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 797, in _real_extract
signature = self._decrypt_signature(encrypted_sig)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 447, in _decrypt_signature
raise ExtractorError(u'Unable to decrypt signature, key length %d not supported; retrying might work' % (len(s)))
ExtractorError: Unable to decrypt signature, key length 93 not supported; retrying might work; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@phihag
Copy link
Contributor

@phihag phihag commented Sep 23, 2013

This problem should have bee fixed in youtube-dl v2013.09.20.1 or newer. Type youtube-dl -U (on Windows, or if you installed youtube-dl a per-user directory) or sudo youtube-dl -U (otherwise) to update.

@phihag phihag closed this Sep 23, 2013
@prestonconnors
Copy link
Author

@prestonconnors prestonconnors commented Sep 23, 2013

Sorry about that, I thought I was running the latest version. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.