JuanBindez / pytubefix

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

Fixed [Error] downloading mp3 with Python and Pytubefix (#283) #284

Closed JuanBindez closed 1 month ago

JuanBindez commented 1 month ago

fixed #283 and now when calling the mp3parameter it can now be used together with the file_system avoiding errors due to characters

>>> ys.download(mp3=True, file_system='ext4')

In the case of error #283, by default, pytubefix already removes the characters that cause problems on Windows, so you don't need to pass the file_system parameter

>>> ys.download(mp3=True)