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.
Playback on other websites has been disabled by the video owner. #8403
Comments
|
Duplicate of #4162. You need to provide credentials via |
hi, I use youtube-dl latest version. and I get error when i try to download this video http://www.youtube.com/watch?v=gUYU3FqMLT8
[root@nood]# youtube-dl -v http://www.youtube.com/watch?v=gUYU3FqMLT8
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=gUYU3FqMLT8']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.02.01
[debug] Python version 2.7.8 - Linux-2.6.32-573.8.1.el6.x86_64-x86_64-with-centos-6.7-Final
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] gUYU3FqMLT8: Downloading webpage
[youtube] gUYU3FqMLT8: Downloading embed webpage
[youtube] gUYU3FqMLT8: Refetching age-gated info webpage
ERROR: gUYU3FqMLT8: YouTube said: Watch this video on YouTube.
Playback on other websites has been disabled by the video owner.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 313, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1160, in _real_extract
expected=True, video_id=video_id)
ExtractorError: gUYU3FqMLT8: YouTube said: Watch this video on YouTube.
Playback on other websites has been disabled by the video owner.