kannagi0303 / yt-dlp-gui

Windows GUI for yt-dlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: character substitution

TheGhost78 opened this issue · comments

It would be good to be able to specify what character substitutions I want in the filename from the channel and/or title names. For example:

"/" to "-"
":" to " -"
"?" to ""
"|" to "-"

Hello there! In my past code, there was a similar functionality that I can port over, but it will take some time to adjust it to fit the current GUI. Since this feature is difficult to use within the UI, I prefer to let users create their own substitution tables.

As I've always said, if there are no issues or difficulties encountered, I will add the feature to future versions.