Skip to content

Commit

Permalink
Fix: allow dot(.) and dash(-) in file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Jan 25, 2024
1 parent 1196918 commit 1f8e8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBDown/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ private static string FormatSavePath(string savePathFormat, string title, Video?
return result;
}

[GeneratedRegex("<([\\w:]+?)>")]
[GeneratedRegex("<([\\w:\\-.]+?)>")]
private static partial Regex InfoRegex();
}
}

0 comments on commit 1f8e8e5

Please sign in to comment.