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, unable to download video #1262

Closed
TOMBSTONEV2 opened this issue Aug 17, 2013 · 2 comments
Closed

Encrypted Signatures, unable to download video #1262

TOMBSTONEV2 opened this issue Aug 17, 2013 · 2 comments

Comments

@TOMBSTONEV2
Copy link

@TOMBSTONEV2 TOMBSTONEV2 commented Aug 17, 2013

justin@FUSION:~$ youtube-dl http://www.youtube.com/watch?v=YJVmu6yttiw --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/watch?v=YJVmu6yttiw', '--verbose']
[debug] youtube-dl version 2013.08.15
[debug] Python version 2.7.3 - Linux-3.2.0-4-686-pae-i686-with-debian-7.1
[debug] Proxy map: {}
[youtube] Setting language
[youtube] YJVmu6yttiw: Downloading video webpage
[youtube] YJVmu6yttiw: Downloading video info webpage
[youtube] YJVmu6yttiw: Extracting video information
[youtube] YJVmu6yttiw: Encrypted signatures detected.
[youtube] encrypted signature length 85 (43.41), itag 46, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 37, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 45, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 22, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 44, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 35, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 43, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 34, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 18, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 5, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 36, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 17, html5 player vfl2LOvBh
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 573, in download
videos = self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 327, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 410, in process_ie_result
for r in ie_result['entries']
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 357, in process_ie_result
self.process_info(ie_result)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 550, in process_info
raise UnavailableVideoError(err)
UnavailableVideoError: HTTP Error 403: Forbidden

@kenrestivo
Copy link

@kenrestivo kenrestivo commented Aug 17, 2013

Yep, seeing the same thing. Only appears to be VEVO vides, so probably merge this with #1258

[youtube] encrypted signature length 85 (43.41), itag 46, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 37, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 45, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 22, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 44, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 35, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 43, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 34, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 18, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 5, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 36, html5 player vfl2LOvBh
[youtube] encrypted signature length 85 (43.41), itag 17, html5 player vfl2LOvBh
ERROR: unable to download video
Traceback (most recent call last):
  File "/home/ken/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 573, in download
    videos = self.extract_info(url)
  File "/home/ken/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 327, in extract_info
    return self.process_ie_result(ie_result, download=download)
  File "/home/ken/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 410, in process_ie_result
    for r in ie_result['entries']
  File "/home/ken/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 357, in process_ie_result
    self.process_info(ie_result)
  File "/home/ken/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 550, in process_info
    raise UnavailableVideoError(err)
UnavailableVideoError: HTTP Error 403: Forbidden

I'm not a big fan of VEVO or their videos, and could easily live without ever watching any of their stuff, but people occasionally send me stuff to look at, and this is one of those, FYI.

I see a pattern here, over the past few weeks, and I'd venture a wild guess that VEVO is lobbying/threatening/paying Google to get them to lock down YouTube and copy-protect their videos. I suspect that this is the beginning of the end of access to YouTube. I don't see this ending well.

@phihag
Copy link
Contributor

@phihag phihag commented Aug 17, 2013

I hope I can make the signature download automatic today. In the meantime, v2013.08.17 should fix this issue.

@phihag phihag closed this Aug 17, 2013
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.