[BUG] pytube.exceptions.RegexMatchError: get_throttling_function_name: could not find match for multiple
See original GitHub issueI 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:
I have this python version:
And this Pytube version:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:18 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
As this is a duplicate of #1100 I will be locking this thread.