Javier Domínguez Gómez
Javier Domínguez Gómez
I fix this issue in this PR: https://github.com/pytube/pytube/pull/1193
Same. Raise exception from here: https://github.com/pytube/pytube/blob/master/pytube/cipher.py#L31  The code for ```js``` changed. Reviewing the regular expression is a good start point. 
> I just updated the regex like this and it's working: `^\$*\w+\W` > >  > > I'm able to download the videos again. Thank you Juancho, I add this...
> @JavDomGom please add another change to your PR: > > ```diff > # pytube/parser.py, line 152 > - func_regex = re.compile(r"function\([^)]+\)") > + func_regex = re.compile(r"function\([^)]*\)") > ``` >...
> HUGE you guys rock. Can't wait for the patch Yes, there are many PR to review and merge. As soon as the original code is up to date we...
> What text editor is this @JavDomGom PyCharm 2021.3.1 (Professional Edition), IMHO it is the best Python IDE, I use it like a sir. ;D