FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

Exporting with invalid filename characters might cause errors #38

Closed NotQuiteApex closed 2 years ago

NotQuiteApex commented 2 years ago

Untested, but currently VodBot does not restrict what characters are allowed in the title. This is fine for everything except for certain characters like those reserved by filesystems for specific functions (like directory separators). Underscores would work as a simple solution for characters that shouldn't be allowed.