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

Error on age protected videos #956

Closed
Rodgeur opened this issue Jun 28, 2013 · 4 comments
Closed

Error on age protected videos #956

Rodgeur opened this issue Jun 28, 2013 · 4 comments
Assignees

Comments

@Rodgeur
Copy link

@Rodgeur Rodgeur commented Jun 28, 2013

HI !

When trying to get a video protected for young people, i'm getting this error :

youtube-dl http://www.youtube.com/watch?v=9oxHoH6Q6pE --verbose

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.youtube.com/watch?v=9oxHoH6Q6pE', '--verbose']
[debug] youtube-dl version 2013.06.34.2
[debug] Python version 2.7.3 - Linux-3.2.0-24-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 9oxHoH6Q6pE: Downloading video webpage
[youtube] 9oxHoH6Q6pE: Downloading video info webpage
[youtube] 9oxHoH6Q6pE: Extracting video information
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 46, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 37, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 45, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 22, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 44, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 35, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 43, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 34, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 18, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 5, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 36, html5 player None
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 84 (40.43), itag 17, html5 player None
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 567, in download
videos = self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 320, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 402, in process_ie_result
for r in ie_result['entries']
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 349, in process_ie_result
self.process_info(ie_result)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 544, in process_info
raise UnavailableVideoError()
UnavailableVideoError

Thanks !

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 28, 2013

The problem is that currently we can only decrypt signatures from the video page, but if the video has age restriction, the info is not in that page.

A temporary fix is to use your account info for login in Youtube, using the --netrc option or the --username and --password options, but that's not ideal.

@Rodgeur
Copy link
Author

@Rodgeur Rodgeur commented Jun 28, 2013

Ok thanks for your help

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 9, 2013

That video can be downloaded now, http://www.youtube.com/watch?v=07FYdnEawAQ&has_verified=1 (posted in #1013) fails

@ghost ghost assigned jaimeMF Jul 9, 2013
@jaimeMF jaimeMF closed this in c108eb7 Jul 9, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 9, 2013

It's fixed now, thanks for reporting.

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