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.
Youtube VEVO UnavailableVideoError: HTTP Error 403: Forbidden In youtube-dl version 2013.11.09 #1418
Comments
|
We have problems with the build server #1416 (comment), but it's fixed in the repo |
|
Does anyone have instructions/FAQ on how to make the .py file from the repository? (in the past the py file was editable text, but now the .py file is compiled? ....sorry for being clueless blush) |
|
@RingoTheDog you can always run make then run python setup.py install I guess this issue can be closed soon. |
|
This should be fixed in youtube-dl 2013.09.16. Type
(on Linux) or
(on Windows) to update. |
|
HI I tried downloading a video . The complete error trail is as follows. Kindly suggest the corrective measure.[youtube] Setting language UnavailableVideoError: [Errno 2] No such file or directory: 'Bal Ganesh \xe2\x96\xbaKids Animation Movie in Bengali-OG_w2jsT6Wc.unknown_video.part'Regards |
Getting a 403 error when trying to download Youtube VEVO videos in youtube-dl version 2013.11.09.
Example:
youtube-dl -vvv "http://www.youtube.com/watch?v=C-dW7z0QBNg&feature=youtube_gdata"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vvv', 'http://www.youtube.com/watch?v=C-dW7z0QBNg&feature=youtube_gdata', '-o', 'C-dW7z0QBNg.%(ext)s']
[debug] youtube-dl version 2013.11.09
[debug] Python version 2.7.3 - Linux-3.2.0-53-generic-x86_64-with-LinuxMint-13-maya
[debug] Proxy map: {}
[youtube] Setting language
[youtube] C-dW7z0QBNg: Downloading video webpage
[youtube] C-dW7z0QBNg: Downloading video info webpage
[youtube] C-dW7z0QBNg: Extracting video information
[youtube] C-dW7z0QBNg: Encrypted signatures detected.
[youtube] encrypted signature length 82 (40.41), itag 46, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 37, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 45, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 22, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 44, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 35, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 43, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 34, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 18, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 5, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 36, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 17, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 137, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 248, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 136, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 247, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 135, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 244, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 245, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 246, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 134, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 243, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 133, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 242, html5 player vflGNjMhJ
[youtube] encrypted signature length 80 (40.39), itag 160, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 139, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 140, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 141, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 171, html5 player vflGNjMhJ
[youtube] encrypted signature length 82 (40.41), itag 172, html5 player vflGNjMhJ
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 339, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 422, in process_ie_result
for r in ie_result['entries']
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 369, 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(err)
UnavailableVideoError: HTTP Error 403: Forbidden