This commit is contained in:
Oscar Plaisant
2025-03-16 18:05:45 +01:00
parent 29453462f9
commit f91c506a9e
572 changed files with 233842 additions and 19574 deletions

View File

@@ -4703,7 +4703,7 @@ function TranscriptTemplateEngine(template, episode, transcription) {
return replacer(template);
}
function replaceIllegalFileNameCharactersInString(string) {
return string.replace(/[\\,#%&{}/*<>$'":@\u2023|\\.]/g, "").replace(/\n/, " ").replace(" ", " ");
return string.replace(/[\\,#%&{}/*<>$'":@\u2023|\\.\?]/g, "").replace(/\n/, " ").replace(" ", " ");
}
// src/opml.ts