JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
http://pytubefix.rtfd.io/
MIT License
454 stars 67 forks source link

Fixed TypeError: Exception() takes no keyword arguments #169

Closed felipeucelli closed 1 month ago

felipeucelli commented 1 month ago

Fixed TypeError: Exception() takes no keyword arguments

Player 28fd7348 broke the regex that searched for the signature function.

The regex first found the Ba function, and the correct function is $Ba, and this generated an error in the JS interpreter.