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.
Downloading vevo movies #1029
Downloading vevo movies #1029
Comments
|
Update to the new version: |
|
2013.07.18 Encryption error. |
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!