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.
Encrypted signatures detected. error #1199
Comments
|
Fixed in newer versions, update with |
|
I get this with the latest version youtube-dl -v "http://www.youtube.com/watch?v=fGLha1dwrXo" |
|
@shiverman See #1328 |
|
@shiverman You're not using the latest version ;) Type |
|
Version 2013.08.29 still shows the same error! |
|
Hi kevinpaladin; |
|
@kevinpaladin As @kale20 wrote, please update to a recent version. If the error persists, open a new issue with the entire output of youtube-dl when called with the |
./youtube-dl -v https://www.youtube.com/watch?v=YkADj0TPrJA
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'https://www.youtube.com/watch?v=YkADj0TPrJA']
[debug] youtube-dl version 2013.08.02
[debug] Python version 2.7.4 - Linux-3.8.0-27-generic-x86_64-with-Ubuntu-13.04-raring
[debug] Proxy map: {}
[youtube] Setting language
[youtube] YkADj0TPrJA: Downloading video webpage
[youtube] YkADj0TPrJA: Downloading video info webpage
[youtube] YkADj0TPrJA: Extracting video information
[youtube] YkADj0TPrJA: Encrypted signatures detected.
[youtube] encrypted signature length 84 (43.40), itag 45, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 22, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 44, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 35, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 43, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 34, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 18, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 5, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 36, html5 player vflRFcHMl
[youtube] encrypted signature length 84 (43.40), itag 17, html5 player vflRFcHMl
ERROR: unable to download video
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 573, in download
videos = self.extract_info(url)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 327, in extract_info
return self.process_ie_result(ie_result, download=download)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 410, in process_ie_result
for r in ie_result['entries']
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 357, in process_ie_result
self.process_info(ie_result)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 550, in process_info
raise UnavailableVideoError()
UnavailableVideoError