Skip to content
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

Changed the line 30 to remove RegexMatchError. #1208

Closed
wants to merge 1 commit into from

Conversation

krishnakumarbhat
Copy link

I have changed line 30 from var_regex = re.compile(r"^\w+\W") to var_regex = re.compile(r"^$*\w+\W") . so as to remove [pytube.exceptions.RegexMatchError: init: could not find match for ^\w+\W ] this error while downloading.

The Error ;
image

The image of changes that is done in the code
image

please accept the pull request if any changes or any problem in this code let me know.

I have changed line 30 from var_regex = re.compile(r"^\w+\W") to var_regex = re.compile(r"^\$*\w+\W") . so as to remove [pytube.exceptions.RegexMatchError: __init__: could not find match for ^\w+\W ] this error while downloading.
@glubsy
Copy link
Contributor

glubsy commented Jan 26, 2022

Why do you open yet another pull request when there are already other pull requests pending with this exact same change? #1200 #1203 #1193

@RONNCC RONNCC closed this May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants