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.
signature error on download #4235
Comments
|
Most likely, you are running an outdated version of youtube-dl. The YouTube player changed on November 13th, 2014, so you'll need youtube-dl 2014.11.13 or newer to download all YouTube videos. See our FAQ on how to update. Now, if you are using 2014.11.13 or newer (add the |
|
Hi, |
[youtube] Setting language
[youtube] QK8mJJJvaes: Downloading webpage
[youtube] QK8mJJJvaes: Downloading video info webpage
[youtube] QK8mJJJvaes: Extracting video information
[youtube] QK8mJJJvaes: Encrypted signatures detected.
[youtube] QK8mJJJvaes: Downloading js player vflM7pYrM
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)