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" #1088

Closed
goodevilgenius opened this issue Jul 19, 2013 · 3 comments
Closed

"ERROR: unable to download video" #1088

goodevilgenius opened this issue Jul 19, 2013 · 3 comments

Comments

@goodevilgenius
Copy link

@goodevilgenius goodevilgenius commented Jul 19, 2013

Tried to download a video which failed with an ambiguous error message.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 19, 2013

As the error message probably says, please post the output if you ran it appending the --verbose option.

@goodevilgenius
Copy link
Author

@goodevilgenius goodevilgenius commented Jul 19, 2013

I see this is likely a dupe of #1018

Here's some more info. Did youtube-dl --verbose --restrict-filenames --write-info-json -o "/home/drj/MyFiles/Videos/WebShows/YouTube/%(uploader)s/%(title)s-%(id)s.%(ext)s" 'http://www.youtube.com/watch?v=1sa9qeV6T0o'

Got this output:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--restrict-filenames', '--write-info-json', '-o', '/home/drj/MyFiles/Videos/WebShows/YouTube/%(uploader)s/%(title)s-%(id)s.%(ext)s', 'http://www.youtube.com/watch?v=1sa9qeV6T0o']
[debug] youtube-dl version 2013.07.18
[debug] Python version 2.7.3 - Linux-3.2.0-48-generic-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 1sa9qeV6T0o: Downloading video webpage
[youtube] 1sa9qeV6T0o: Downloading video info webpage
[youtube] 1sa9qeV6T0o: Extracting video information
[youtube] 1sa9qeV6T0o: Encrypted signatures detected.
[youtube] encrypted signature length 85 (42.42), itag 46, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 37, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 45, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 22, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 44, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 35, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 43, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 34, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 18, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 5, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 36, html5 player vflSAFCP9
[youtube] encrypted signature length 85 (42.42), itag 17, html5 player vflSAFCP9
[info] Video description metadata as JSON to: /home/drj/MyFiles/Videos/WebShows/YouTube/B.o.B/B.o.B_-_Both_of_Us_ft._Taylor_Swift_Official_Video-1sa9qeV6T0o.mp4.info.json
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

I'm on the most recent version.

And, by the way, the output did not suggest that I run it with --verbose.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 19, 2013

Okay, duplicate of #1080
You are right, the error message didn't remind to run it again with --verbose, that's my fault, sorry and 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.