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.
Error downloading video from youtube #1981
Comments
|
This should be working on recent versions (see #1768), what version are you using (run |
|
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. |
|
I'm having this issue again, version number 2014-06-16. edit: sorry, with video bJ-uJbSMpow |
|
@b4284 This problem has been fixed in youtube-dl 2014.06.19. Type |
|
issue is back with |
|
@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). |
|
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. |
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