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

Error downloading video from youtube #1981

Closed
dmelo opened this issue Dec 15, 2013 · 7 comments
Closed

Error downloading video from youtube #1981

dmelo opened this issue Dec 15, 2013 · 7 comments

Comments

@dmelo
Copy link

@dmelo dmelo commented Dec 15, 2013

When I run the command ./youtube-dl/youtube-dl "http://www.youtube.com/watch?v=9ld9cZ7d_2A" I get the following output

[youtube] Setting language
[youtube] 9ld9cZ7d_2A: Downloading video webpage
[youtube] 9ld9cZ7d_2A: Downloading video info webpage
[youtube] 9ld9cZ7d_2A: Extracting video information
[youtube] 9ld9cZ7d_2A: Encrypted signatures detected.
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
[youtube] 9ld9cZ7d_2A: Downloading js player vflCtc3aO
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1041, in _decrypt_signature
video_id, player_url, len(s)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 442, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 172, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 146, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
File "./youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflCtc3aO.js

WARNING: Warning: Falling back to static signature algorithm
ERROR: unable to download video data: HTTP Error 403: Forbidden

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 15, 2013

This should be working on recent versions (see #1768), what version are you using (run youtube-dl --version)?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 21, 2013

I'm closing it, since this should work on recent versions. If updating doesn't solve the issue comment here and we will reopen the issue.

@jaimeMF jaimeMF closed this Dec 21, 2013
@b4284
Copy link

@b4284 b4284 commented Jun 20, 2014

I'm having this issue again, version number 2014-06-16.

edit: sorry, with video bJ-uJbSMpow

@phihag
Copy link
Contributor

@phihag phihag commented Jun 20, 2014

@b4284 This problem has been fixed in youtube-dl 2014.06.19. Type youtube-dl -U to update.

@ericwomer
Copy link

@ericwomer ericwomer commented Jul 27, 2014

issue is back with
youtube-dl --version
2014.07.24-gentoo_no_offensive_sites

@phihag
Copy link
Contributor

@phihag phihag commented Jul 27, 2014

@salamanderrake Are you really getting the same issue that @dmelo describes?

In any case, 2014.07.24-gentoo_no_offensive_sites is not only an unsupported version (right in the name, the gentoo folks modified youtube-dl, so file a bug there), but also outdated (you'll need 2014.07.25 or newer to download current YouTube videos).

@ericwomer
Copy link

@ericwomer ericwomer commented Jul 27, 2014

Its fixed in 2014.07.25.1, I did a manual update and it is fixed, need to do a gentoo bug report on the gentoo site.

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
5 participants
You can’t perform that action at this time.