JuanBindez / pytubefix

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

Use safe_filename instead of file_system.py #319

Closed warmonkey closed 1 week ago

warmonkey commented 1 week ago

https://github.com/pytube/pytube/blob/a32fff39058a6f7e5e59ecd06a7467b71197ce35/pytube/streams.py#L255C1-L255C45 The original pytube already applied this change

CLI always failed on video with special char in the title Test results: https://github.com/JuanBindez/pytubefix/pull/311#issuecomment-2453479178

warmonkey commented 1 week ago

Alright seems u just can't read python