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: unable to download video #1013

Closed
leo-the-one opened this issue Jul 9, 2013 · 4 comments
Closed

ERROR: unable to download video #1013

leo-the-one opened this issue Jul 9, 2013 · 4 comments

Comments

@leo-the-one
Copy link

@leo-the-one leo-the-one commented Jul 9, 2013

$ youtube-dl --verbose "http://www.youtube.com/watch?v=07FYdnEawAQ&has_verified=1"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=07FYdnEawAQ&has_verified=1']
[debug] youtube-dl version 2013.07.08.1
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.1
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 07FYdnEawAQ: Downloading video webpage
[youtube] 07FYdnEawAQ: Downloading video info webpage
[youtube] 07FYdnEawAQ: Extracting video information
WARNING: unable to extract html5 player; please report this issue on http://yt-dl.org/bug
[youtube] encrypted signature length 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), 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 86 (43.42), itag 17, html5 player None
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 574, 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 409, in process_ie_result
for r in ie_result['entries']
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 356, in process_ie_result
self.process_info(ie_result)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 551, in process_info
raise UnavailableVideoError()
UnavailableVideoError

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 9, 2013

Thanks for reporting it, it's the same as #956
A temporary fix is to use your login inormation with the --netrc option or --username and --password

@leo-the-one
Copy link
Author

@leo-the-one leo-the-one commented Jul 9, 2013

i don't have username/password. I've been using without them.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 9, 2013

I know this is not the best solution, but for now it's the only one, see the other issue for more info, we'll try to fix it.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 9, 2013

It's fixed now, it will be in the next release, thanks again for reporting it!

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.