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 Videos not downloading #1205

Closed
johnmcauley opened this issue Aug 7, 2013 · 3 comments
Closed

Encrypted Videos not downloading #1205

johnmcauley opened this issue Aug 7, 2013 · 3 comments

Comments

@johnmcauley
Copy link

@johnmcauley johnmcauley commented Aug 7, 2013

Hi guys,

This seems to be happening a lot. Here is the error trace:
The server is in the states, East coast I think but I am getting the same error from a machine in Ireland.

@ns4007363:~$ youtube-dl -v www.youtube.com/watch?v=FOjdXSrtUxA
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'www.youtube.com/watch?v=FOjdXSrtUxA']
[debug] youtube-dl version 2013.08.02
[debug] Python version 2.7.3 - Linux-3.8.13-xxxx-grs-ipv6-64-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] FOjdXSrtUxA: Downloading video webpage
[youtube] FOjdXSrtUxA: Downloading video info webpage
[youtube] FOjdXSrtUxA: Extracting video information
[youtube] FOjdXSrtUxA: Encrypted signatures detected.
[youtube] encrypted signature length 87 (43.43), itag 46, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 37, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 45, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 22, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 44, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 35, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 43, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 34, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 18, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 5, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 36, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 17, html5 player vflM2EmfJ
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 573, 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 550, in process_info
raise UnavailableVideoError()
UnavailableVideoError

It seems to be mainly Vevo videos, which makes sense.

j

@lyoshenka
Copy link

@lyoshenka lyoshenka commented Aug 7, 2013

I have the same problem.

$ ./youtube-dl -v http://www.youtube.com/watch?v=aIBA1ux12i0
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.youtube.com/watch?v=aIBA1ux12i0']
[debug] youtube-dl version 2013.08.02
[debug] Python version 2.7.3 - Linux-3.2.0-49-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] aIBA1ux12i0: Downloading video webpage
[youtube] aIBA1ux12i0: Downloading video info webpage
[youtube] aIBA1ux12i0: Extracting video information
[youtube] aIBA1ux12i0: Encrypted signatures detected.
[youtube] encrypted signature length 87 (43.43), itag 45, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 22, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 44, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 35, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 43, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 34, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 18, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 5, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 36, html5 player vflM2EmfJ
[youtube] encrypted signature length 87 (43.43), itag 17, html5 player vflM2EmfJ
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
@phihag
Copy link
Contributor

@phihag phihag commented Aug 8, 2013

This should be fixed in youtube-dl v2013.08.08, thanks for reporting.

@phihag phihag closed this Aug 8, 2013
@johnmcauley
Copy link
Author

@johnmcauley johnmcauley commented Aug 8, 2013

Great, thanks guys.

j

On 8 August 2013 01:29, Philipp Hagemeister notifications@github.comwrote:

This should be fixed in youtube-dl v2013.08.08, thanks for reporting.


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

John McAuley

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.