question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ExtractorError: Could not find JS function u'ur';

See original GitHub issue

I have this error:

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; 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. (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; 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 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. #100

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Zrufycommented, Jun 27, 2016

Perfect the error was updating youtube-of. I thank you for all the work you do. You are great!

1reaction
nficanocommented, Jun 27, 2016

can you please verify you’re on version 6.1.10? I just tested both urls and they appear to work fine:

from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=XybgKnfVCTE')
print(yt.videos)
# [<Video: MPEG-4 Visual (.3gp) - 144p - Simple>,
# <Video: MPEG-4 Visual (.3gp) - 240p - Simple>,
# <Video: H.264 (.mp4) - 360p - Baseline>,
# <Video: H.264 (.mp4) - 720p - High>,
# <Video: VP8 (.webm) - 360p - N/A>]
yt = YouTube('https://www.youtube.com/watch?v=aBmPu9Y13NE')
print(yt.videos)
# [<Video: MPEG-4 Visual (.3gp) - 144p - Simple>,
# <Video: MPEG-4 Visual (.3gp) - 240p - Simple>,
# <Video: H.264 (.mp4) - 360p - Baseline>,
# <Video: VP8 (.webm) - 360p - N/A>]
print(pytube.__version__)
# '6.1.10'
Read more comments on GitHub >

github_iconTop Results From Across the Web

youtube_dl.utils.ExtractorError: Could not find JS function 'na'
Checklist I'm reporting a broken site support issue I've verified that I'm running youtube-dl version 2021.06.06 I've checked that all ...
Read more >
python - raise ExtractorError('Could not find JS function %r ...
I was having this exact same problem on version 2021.6.6 which I was using but decided to upgrade using this command:
Read more >
Bug #1632334 “ExtractorError: Could not find JS function u'Ft'”
ExtractorError: Could not find JS function u'Ft'. Bug #1632334 reported by Volodya on 2016-10-11. 10. This bug affects 2 people ...
Read more >
youtube-dl: ExtractorError: Could not find JS function u'gr'
Debian Bug report logs - #809454 youtube-dl: ExtractorError: Could not find JS function u'gr'. version graph. Package: youtube-dl; Maintainer ...
Read more >
I could not find the property of window when calling the ...
This FAQ explains the topic "I could not find the property of window when calling the JavaScript method in Blazor using JS interop."...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found