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

youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name #3149

Closed
klartext opened this issue Jun 25, 2014 · 2 comments

Comments

@klartext
Copy link

@klartext klartext commented Jun 25, 2014

youtube-dl --verbose "http://www.youtube.com/watch?v=FV8T-y7q85g"

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-t', '--no-playlist', '--verbose', 'http://www.youtube.com/watch?v=FV8T-y7q85g', '2']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.28
[debug] Python version 3.4.1 - Linux-3.15.1-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[youtube] Setting language
[youtube] FV8T-y7q85g: Downloading webpage
[youtube] FV8T-y7q85g: Downloading video info webpage
[youtube] FV8T-y7q85g: Extracting video information
[youtube] FV8T-y7q85g: Encrypted signatures detected.
[youtube] encrypted signature length 82 (40.41), itag 43, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 18, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 5, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 36, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 17, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 87 (41.45), itag 133, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 87 (41.45), itag 242, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 87 (41.45), itag 243, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 87 (41.45), itag 160, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 87 (41.45), itag 140, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 87 (41.45), itag 171, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 133, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 242, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 243, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 160, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 140, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] encrypted signature length 82 (40.41), itag 171, html5 player en_US-vflws3c7_
[youtube] FV8T-y7q85g: Downloading js player vflws3c7_
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 974, in _decrypt_signature
video_id, player_url, len(s)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 373, in _extract_signature_function
res = self._parse_sig_js(code)
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 441, in _parse_sig_js
u'Initial JS player signature function name')
File "/home/oliver/bin/youtube-dl/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
File "/home/oliver/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 953, in process_info
success = dl(filename, info_dict)
File "/home/oliver/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 929, in dl
return fd.download(name, info)
File "/home/oliver/bin/youtube-dl/youtube_dl/downloader/common.py", line 290, in download
return self.real_download(filename, info_dict)
File "/home/oliver/bin/youtube-dl/youtube_dl/downloader/http.py", line 52, in real_download
data = compat_urllib_request.urlopen(request)
File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.4/urllib/request.py", line 461, in open
response = meth(req, response)
File "/usr/lib/python3.4/urllib/request.py", line 571, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.4/urllib/request.py", line 499, in error
return self._call_chain(_args)
File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(_args)
File "/usr/lib/python3.4/urllib/request.py", line 579, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

@ghost
Copy link

@ghost ghost commented Jun 25, 2014

Already fixed in newest version, please upgrade your youtube-dl with command sudo youtube-dl -U. Thanks

@ghost ghost closed this Jun 25, 2014
@klartext
Copy link
Author

@klartext klartext commented Jun 25, 2014

Update bot possibe: see #3152

This issue was closed.
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
1 participant
You can’t perform that action at this time.