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.

[BUG] pytube.exceptions.RegexMatchError: get_throttling_function_name: could not find match for multiple

See original GitHub issue

I did this simple code for downloading videos:

`from pytube import YouTube

link = input("Link: ") yt = YouTube(link)

print("Title: ",yt.title) print("Number of views: ",yt.views) print("Length of video: ",yt.length) print("Rating of video: ",yt.rating)

ys = yt.streams.get_highest_resolution()

ys.download()`

But every time with every video I get the same error: image

I have this python version: image

And this Pytube version: image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
glubsycommented, Aug 27, 2021

You people never use the search feature before posting in a new issue ticket? This has been reported several times already.

Also, posting a screenshot of a terminal output is really not the way to do this. Copy and paste the text instead.

0reactions
tfdahlincommented, Aug 27, 2021

As this is a duplicate of #1100 I will be locking this thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

get_throttling_function_name: could not find match for multiple ...
I used to download songs the following way: from pytube import YouTube video = YouTube ...
Read more >
pytube.exceptions.RegexMatchError ... - GitHub
pytube.exceptions.RegexMatchError: get_throttling_function_name: could not find match for multiple[BUG] #1105.
Read more >
get_throttling_function_name: could not find match for multiple
[A-Z]&&\(b=a\. get \("n"\)\)&&\(b=([^(]+)\(b\)',In this video, you will leran how to fix the error : pytube. exceptions. RegexMatchError : get_t.
Read more >
www.xavierdupre.fr/app/ensae_projects/helpsphinx/_...
... multiple](https://stackoverflow.com/questions/68945080/pytube-exceptions-regexmatcherror-get-throttling-function-name-could-not-find/71903013#71903013).
Read more >
Regexmatcherror With Pytube - ADocLib
[BUG] pytube.exceptions.RegexMatchError: getthrottlingfunctionname: could not find match for multiple. I did this simple code for downloading videos:.
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