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: Signature extraction failed #11898
Comments
|
URL that caused the error: https://www.youtube.com/watch?v=91ZI3IrojMU |
|
It is working for some URLs. It fails most of the time. |
|
I'm having the same issue. |
|
Same |
|
Looks like something about the endpoint changing to https? |
|
Nope, tried http over https..no luck so far. |
|
#11892 |
|
@Khang-NT that works. Thanks man! |
|
Worked like Charm. Thanks. |
|
Thank you @Khang-NT! |
Hey there, yesterday it was working fine. Got this error in the morning.
ERROR: Signature extraction failed: Traceback (most recent call last):
File "C:\Python27\lib\site-packages\youtube_dl\extractor\youtube.py", line 1057, in _decrypt_signature
video_id, player_url, s
File "C:\Python27\lib\site-packages\youtube_dl\extractor\youtube.py", line 971, in _extract_signature_function
errnote='Download of %s failed' % player_url)
File "C:\Python27\lib\site-packages\youtube_dl\extractor\common.py", line 519, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
File "C:\Python27\lib\site-packages\youtube_dl\extractor\common.py", line 426, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
File "C:\Python27\lib\site-packages\youtube_dl\extractor\common.py", line 406, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "C:\Python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 2001, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "C:\Python27\lib\urllib2.py", line 421, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 283, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js
(caused by ValueError(u'unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Please fix this issue asap.