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

Encrypted signatures detected. error #1199

Closed
codecnotsupported opened this issue Aug 6, 2013 · 8 comments
Closed

Encrypted signatures detected. error #1199

codecnotsupported opened this issue Aug 6, 2013 · 8 comments

Comments

@codecnotsupported
Copy link

@codecnotsupported codecnotsupported commented Aug 6, 2013

./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

@mdmrcglu
Copy link

@mdmrcglu mdmrcglu commented Aug 7, 2013

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 21, 2013

Fixed in newer versions, update with sudo youtube-dl -U

@jaimeMF jaimeMF closed this Aug 21, 2013
@MichaelMallett
Copy link

@MichaelMallett MichaelMallett commented Aug 28, 2013

I get this with the latest version

youtube-dl -v "http://www.youtube.com/watch?v=fGLha1dwrXo"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.youtube.com/watch?v=fGLha1dwrXo']
[debug] youtube-dl version 2013.08.27
[debug] Python version 2.6.5 - Linux-2.6.32-38-generic-i686-with-Ubuntu-10.04-lucid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] fGLha1dwrXo: Downloading video webpage
[youtube] fGLha1dwrXo: Downloading video info webpage
[youtube] fGLha1dwrXo: Extracting video information
[youtube] fGLha1dwrXo: Encrypted signatures detected.
[youtube] encrypted signature length 88 (47.40), itag 44, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 35, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 43, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 34, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 18, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 5, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 36, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 17, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 135, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 134, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 133, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 160, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 139, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 140, html5 player vflapUV9V
[youtube] encrypted signature length 88 (47.40), itag 141, html5 player vflapUV9V
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 560, in download
videos = self.extract_info(url)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 327, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 410, in process_ie_result
for r in ie_result['entries']
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 357, in process_ie_result
self.process_info(ie_result)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 537, in process_info
raise UnavailableVideoError(err)
UnavailableVideoError: HTTP Error 403: Forbidden

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 28, 2013

@phihag
Copy link
Contributor

@phihag phihag commented Aug 28, 2013

@shiverman You're not using the latest version ;) Type sudo youtube-dl -U to update to 2013.08.28 or newer.

@kevinisaac
Copy link

@kevinisaac kevinisaac commented Jan 11, 2014

Version 2013.08.29 still shows the same error!

@mdmrcglu
Copy link

@mdmrcglu mdmrcglu commented Jan 11, 2014

Hi kevinpaladin;
youtube-dl --update
Update to new version ( 2014.01.08...)

@phihag
Copy link
Contributor

@phihag phihag commented Jan 12, 2014

@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 --verbose option.

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