-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[BUG] pytube.exceptions.RegexMatchError: get_throttling_function_name: could not find match for multiple #1299
Comments
Thank you for contributing to PyTube. Please remember to reference Contributing.md |
Hello, To Reproduce
My Error System information |
If you want a quick workaround, this fixed the issue. |
try this:
and change line 288 |
Can confirm this fixed the issue on my end as well. |
I am facing the same error. Can't try the fix as I am on colab |
Hi there , Im still having issue with Pytube download: System information:
C:\Users\rajeshp>python Pytube version download: Code:
Response: During handling of the above exception, another exception occurred: Traceback (most recent call last): cipher.py verified following regex: Can i know what has caused the following error? Is the bug fixed. Can i know the workaround or fix? |
Resolved based on article Ref.: line: 272 ~ 273 |
To make it work, 272-273 have to be
(edit: found it somewhere else) |
very nice ! |
Just found this issue today, is there a PR with the fix? |
Replace the line 272-273 in cipher.py. r'a.[a-zA-Z]\s*&&\s*([a-z]\s*=\sa.get("n"))\s&&\s*' |
In the parallel branch, I have already answered.
|
Fixed in the more correct way:
|
#1299 (comment) |
Before creating an issue
Please confirm that you are on the latest version of pytube by installing from the source.
You can do this by running
python -m pip install git+https://github.com/pytube/pytube
.Sometimes, the pypi library repository is not up to date, and your issue may have been fixed already!
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Please provide the following information:
Expected behavior
A clear and concise description of what you expected to happen.
Output
If pytube raises an exception, please provide the full traceback for the exception.
System information
Please provide the following information:
python --version
)print(pytube.__version__)
in python)The text was updated successfully, but these errors were encountered: