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.
Error on age protected videos #956
Comments
|
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 |
|
Ok thanks for your help |
|
That video can be downloaded now, http://www.youtube.com/watch?v=07FYdnEawAQ&has_verified=1 (posted in #1013) fails |
|
It's fixed now, thanks for reporting. |
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 !