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

Downloading vevo movies #1029

Closed
metwork opened this issue Jul 11, 2013 · 2 comments
Closed

Downloading vevo movies #1029

metwork opened this issue Jul 11, 2013 · 2 comments

Comments

@metwork
Copy link

@metwork metwork commented Jul 11, 2013

Hello,

I tried to download a vevo video and youtube-dl says that it is unabable to download this video. I don't think that this is a bug, I just ask if there is a way to download it.

My command:
root@nyc:~# youtube-dl --max-quality FORMAT https://www.youtube.com/watch?v=tg00YEETFzg
[youtube] Setting language
[youtube] tg00YEETFzg: Downloading video webpage
[youtube] tg00YEETFzg: Downloading video info webpage
[youtube] tg00YEETFzg: Extracting video information
[youtube] tg00YEETFzg: Encrypted signatures detected.
ERROR: unable to download video

with --verbose:
root@nyc:~# youtube-dl --max-quality FORMAT https://www.youtube.com/watch?v=tg00YEETFzg --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--max-quality', 'FORMAT', 'https://www.youtube.com/watch?v=tg00YEETFzg', '--verbose']
[debug] youtube-dl version 2013.07.10
[debug] Python version 2.6.6 - Linux-2.6.32-042stab078.27-i686-with-debian-6.0.7
[debug] Proxy map: {}
[youtube] Setting language
[youtube] tg00YEETFzg: Downloading video webpage
[youtube] tg00YEETFzg: Downloading video info webpage
[youtube] tg00YEETFzg: Extracting video information
[youtube] tg00YEETFzg: Encrypted signatures detected.
[youtube] encrypted signature length 83 (42.40), itag 37, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 45, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 22, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 44, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 35, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 43, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 34, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 18, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 5, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 36, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 17, html5 player vflcaqGO8
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 574, in download
videos = self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 327, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 409, in process_ie_result
for r in ie_result['entries']
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 356, in process_ie_result
self.process_info(ie_result)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 551, in process_info
raise UnavailableVideoError()
UnavailableVideoError

my youtube-dl version:
root@nyc:~# youtube-dl --version
2013.07.10

my python version:
root@nyc:~# python --version
Python 2.6.6

Thanks in advance!

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 11, 2013

Update to the new version: sudo youtube-dl -U, we've fixed that, thanks for reporting.

@jaimeMF jaimeMF closed this Jul 11, 2013
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.