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.
Could not find JS function u'ur' #9863
Comments
|
Also have this same issue: /usr/local/bin/youtube-dl -v --verbose --socket-timeout 10 --max-filesize 500m -o '/mnt/ephemeral/workspace/youtubeJ5dYZ6HuOV' -f 'bestvideo[ext=mp4][height<=240]+bestaudio[ext=m4a]' https://www.youtube.com/watch?v=QxsmWxxouIM Mem: 5.5 MB |
|
Same thing around here. |
|
[debug] System config: [] During handling of the above exception, another exception occurred: Traceback (most recent call last): Same here. |
|
Same problem here, started a couple of hours ago it seems. ERROR: Signature extraction failed: Traceback (most recent call last): |
|
Same here, although it seems to be happening only for YouTube videos $ youtube-dl --version
2016.06.23$ youtube-dl https://www.instagram.com/p/BCrZZ4YkC9J
[Instagram] BCrZZ4YkC9J: Downloading webpage
[download] Destination: Video by jussondrums-BCrZZ4YkC9J.mp4
[download] 100% of 894.76KiB in 00:00
$
$ youtube-dl https://gifs.com/gif/Krm0EG
[generic] Krm0EG: Requesting header
WARNING: Falling back on generic information extractor.
[generic] Krm0EG: Downloading webpage
[generic] Krm0EG: Extracting information
[download] Destination: Bill Gates DAB!-Krm0EG.mp4
[download] 100% of 234.17KiB in 00:00
$
$ youtube-dl https://www.youtube.com/watch?v=b-J95fYuVz4
[youtube] b-J95fYuVz4: Downloading webpage
[youtube] b-J95fYuVz4: Downloading video info webpage
[youtube] b-J95fYuVz4: Extracting video information
[youtube] b-J95fYuVz4: Downloading js player en_US-vflkX1eCa
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 997, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 912, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 975, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'ur'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Could not find JS function u'ur'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Emmanuels-MBP:mediaconcat emmanuelodeke$ youtube-dl version
ERROR: u'version' is not a valid URL. Set --default-search "ytsearch" (or run youtube-dl "ytsearch:version" ) to search YouTube
$
$ youtube-dl https://www.youtube.com/watch?v=GXiyHhbRRds
[youtube] GXiyHhbRRds: Downloading webpage
[youtube] GXiyHhbRRds: Downloading video info webpage
[youtube] GXiyHhbRRds: Extracting video information
[youtube] GXiyHhbRRds: Downloading js player en_US-vflkX1eCa
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 997, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 912, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 975, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'ur'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Could not find JS function u'ur'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. |
|
I had same issues, however, I could solved this situation by upgrading by pip install
and This works for me |
|
In a word: don't use apt-get. Its youtube-dl is always horribly out-dated. |
Please follow the guide below
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.06.23. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?