Javier Domínguez Gómez

Results 6 comments of 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 ![snapshot_issue_1199](https://user-images.githubusercontent.com/41239389/150191053-c48c0df0-f0e2-4db9-aff4-a19b72bdc5d4.png) The code for ```js``` changed. Reviewing the regular expression is a good start point. ![snapshot_issue_1199_2](https://user-images.githubusercontent.com/41239389/150192739-8176cdda-e0ff-4532-ac0b-808bd0f190bb.png)

> I just updated the regex like this and it's working: `^\$*\w+\W` > > ![image](https://user-images.githubusercontent.com/5606964/150198074-b76930b6-e2af-469b-a206-b82c9661b314.png) > > 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