diff --git a/BBDown/Program.cs b/BBDown/Program.cs index ed331e29d..3e2ab266c 100644 --- a/BBDown/Program.cs +++ b/BBDown/Program.cs @@ -842,7 +842,7 @@ private static string FormatSavePath(string savePathFormat, string title, Video? return result; } - [GeneratedRegex("<([\\w:]+?)>")] + [GeneratedRegex("<([\\w:\\-.]+?)>")] private static partial Regex InfoRegex(); } }