diff --git a/process/organizefolderStructure.go b/process/organizefolderStructure.go index f827de1..53448af 100644 --- a/process/organizefolderStructure.go +++ b/process/organizefolderStructure.go @@ -16,7 +16,7 @@ import ( var ( folderIllegalCharsRegex = regexp.MustCompile(`[/\\?%*:;=|"<>]`) - nonAscii = regexp.MustCompile("[a-zA-Z0-9áéíóú@#%&',.\\s-]") + nonAscii = regexp.MustCompile("[a-zA-Z0-9áéíóú@#%&',.\\s-\\[\\]\\(\\)\\+]") ) func DeleteOldUpdates(localDB *db.LocalSwitchFilesDB, updateProgress db.ProgressUpdater) {