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

JS Player issue #3123

Closed
srayan opened this issue Jun 20, 2014 · 2 comments
Closed

JS Player issue #3123

srayan opened this issue Jun 20, 2014 · 2 comments
Labels

Comments

@srayan
Copy link

@srayan srayan commented Jun 20, 2014

I am getting the following error, when trying to download certain youtube-videos. I am also post-processing them using ffmpeg, to rip out the audio from the Youtube video. I am running Arch Linux

Here's the command I was using:

youtube-dl -o "%(title)s. %(ext)s" --extract-audio --audio-format "mp3" --audio-quality "160k" youtube-url

[youtube] M1u6628Rdqs: Downloading js player vflgt97Vg
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 874, in _decrypt_signature
video_id, player_url, len(s)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 376, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 444, in _parse_sig_js
u'Initial JS player signature function name')
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 383, 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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 20, 2014

Duplicate of #3104. This issue was fixed in c26e9ac, run sudo youtube-dl -U to upgrade.

@dstftw dstftw closed this Jun 20, 2014
@srayan
Copy link
Author

@srayan srayan commented Jun 20, 2014

Thank you!

@dstftw dstftw added the duplicate label Apr 1, 2017
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
2 participants
You can’t perform that action at this time.