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.
Download problem... #1479
Download problem... #1479
Comments
|
19:01:56 bzimmerly@ztx:~/temp$ youtube-dl --verbose http://www.youtube.com/watch?v=QNNezJPsYyA 19:02:15 bzimmerly@ztx:~/temp$ |
|
You are using an old version |
|
@deepesh-agarwal Is right, you can run |
|
Thank you!
On Sun, Sep 22, 2013 at 3:16 AM, Jaime Marquínez Ferrándiz <
|
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$