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

Download problem... #1479

Closed
bzimmerly opened this issue Sep 22, 2013 · 4 comments
Closed

Download problem... #1479

bzimmerly opened this issue Sep 22, 2013 · 4 comments

Comments

@bzimmerly
Copy link

@bzimmerly bzimmerly commented Sep 22, 2013

19:01:56 bzimmerly@ztx:~/temp$ youtube-dl --verbose http://www.youtube.com/watch?v=QNNezJPsYyA
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=QNNezJPsYyA']
[debug] youtube-dl version 2013.07.10
[debug] Python version 2.7.3 - Linux-3.4.4-i686-athlon-with-LinuxMint-13-maya
[debug] Proxy map: {}
[youtube] Setting language
[youtube] QNNezJPsYyA: Downloading video webpage
[youtube] QNNezJPsYyA: Downloading video info webpage
[youtube] QNNezJPsYyA: Extracting video information
[youtube] QNNezJPsYyA: 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.
Traceback (most recent call last):
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 590, in _real_extract
signature = self._decrypt_signature(url_data['s'][0])
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 198, 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.

19:02:15 bzimmerly@ztx:~/temp$

@bzimmerly bzimmerly closed this Sep 22, 2013
@bzimmerly
Copy link
Author

@bzimmerly bzimmerly commented Sep 22, 2013

19:01:56 bzimmerly@ztx:~/temp$ youtube-dl --verbose http://www.youtube.com/watch?v=QNNezJPsYyA
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=QNNezJPsYyA']
[debug] youtube-dl version 2013.07.10
[debug] Python version 2.7.3 - Linux-3.4.4-i686-athlon-with-LinuxMint-13-maya
[debug] Proxy map: {}
[youtube] Setting language
[youtube] QNNezJPsYyA: Downloading video webpage
[youtube] QNNezJPsYyA: Downloading video info webpage
[youtube] QNNezJPsYyA: Extracting video information
[youtube] QNNezJPsYyA: 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.
Traceback (most recent call last):
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 590, in _real_extract
signature = self._decrypt_signature(url_data['s'][0])
File "/home/bzimmerly/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 198, 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.

19:02:15 bzimmerly@ztx:~/temp$

@bzimmerly bzimmerly reopened this Sep 22, 2013
@deepesh-agarwal
Copy link

@deepesh-agarwal deepesh-agarwal commented Sep 22, 2013

You are using an old version 2013.07.10 update using the instructions provided at http://rg3.github.io/youtube-dl/download.html

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 22, 2013

@deepesh-agarwal Is right, you can run sudo youtube-dl -U to update. Thanks for reporting.

@jaimeMF jaimeMF closed this Sep 22, 2013
@bzimmerly
Copy link
Author

@bzimmerly bzimmerly commented Sep 22, 2013

Thank you!

  • Bill

On Sun, Sep 22, 2013 at 3:16 AM, Jaime Marquínez Ferrándiz <
notifications@github.com> wrote:

@deepesh-agarwal https://github.com/deepesh-agarwal Is right, you can
run sudo youtube-dl -U to update. Thanks for reporting.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1479#issuecomment-24877942
.

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
3 participants
You can’t perform that action at this time.