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.
Unable to download from Youtube.com #7249
Comments
|
Can you watch it in browser? |
|
Yes, I tried a couple of videos and got the same error. Both videos were playable in Google Chrome on my MacBook Pro.
|
|
Can you also watch it in browser when not logged in to your google account? |
|
Yes, I opened my Safari browser, verified I was not logged into my Google account and could play the videos.
|
|
Experienced the same error on some videos, for example this one: https://www.youtube.com/watch?v=HMSqNIL3ckE |
|
same error #7284 |
|
It appears to be random as some vids download fine and others fail.
|
|
Same issue on my end with latest release 2015.11.02. Here is another example URL -- https://www.youtube.com/watch?v=gqVWglDDyNo |
|
I was able to workaround this problem by manually specifying an alternate |
|
This issue is probably fixed in 44b2264. |
youtube-dl --verbose https://www.youtube.com/watch?v=UVp7MzMPZvQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.youtube.com/watch?v=UVp7MzMPZvQ']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.10.06.2
[debug] Python version 2.7.6 - Linux-3.2.34-30-armv7l-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.18-6, avprobe 9.18-6, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] UVp7MzMPZvQ: Downloading webpage
[youtube] UVp7MzMPZvQ: Downloading video info webpage
ERROR: UVp7MzMPZvQ: YouTube said: This video is not available.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1075, in _real_extract
expected=True, video_id=video_id)
ExtractorError: UVp7MzMPZvQ: YouTube said: This video is not available.