lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.51k stars 257 forks source link

Replace forbidden filename characters with full-width alternatives #1094

Closed ScrubN closed 3 weeks ago

ScrubN commented 3 weeks ago

Instead of replacing forbidden filename characters "*:<>?|/\ with underscores _, we can instead replace them with their full-width alternatives "*:<>?|/\

ScrubN commented 3 weeks ago

Eventually I would like to filter CLI filenames too but it would need to be logged and maybe an arg to disable it.