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.
Error on certain youtube videos - youtube-dl http://www.youtube.com/watch?v=xcIvIladNnQ -v #1071
Comments
|
Can you post the complete output? |
|
Hi Philip, Is that not the complete output? I am using the verbose flag. [debug] System config: [] j |
|
Hi Philip, I updated and it is working now, thanks for the quick reply. j |
|
The second post did indeed contain the complete output; we ask for it specifically because it allows us to detect outdated versions immediately. |
|
Cool. Thanks for the help. On 17 Jul 2013, at 21:16, Philipp Hagemeister notifications@github.com The second post did indeed contain the complete output; why we ask for it — |
Hey all,
Problem downloading video in the states:
youtube-dl http://www.youtube.com/watch?v=xcIvIladNnQ -v
ERROR: Unable to decrypt signature, key length 92 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.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 594, in _real_extract
signature = self._decrypt_signature(url_data['s'][0])
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 200, 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 92 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
Thanks,
j