JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
https://pytubefix.readthedocs.io
MIT License
722 stars 100 forks source link

cipher test: correct function name resolution #316

Closed benaryorg closed 2 weeks ago

benaryorg commented 2 weeks ago

The function signature for get_initial_function_name and related methods changed in e5d338983f93e76e40369b66df29f1760c40a11f, however the cipher tests still used the old signature which caused test failures.