From 0c1c75f7294aa85ff359e193a22fc4d94e0e2701 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 20 Jul 2025 02:08:14 -0500 Subject: [PATCH] Streamlink default output format was wrong --- KfChatDotNetBot/Settings/BuiltIn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Settings/BuiltIn.cs b/KfChatDotNetBot/Settings/BuiltIn.cs index b0587a7..18785cf 100644 --- a/KfChatDotNetBot/Settings/BuiltIn.cs +++ b/KfChatDotNetBot/Settings/BuiltIn.cs @@ -849,7 +849,7 @@ public static class BuiltIn { Key = Keys.CaptureStreamlinkOutputFormat, Description = "Output format to pass to streamlink using --output", - Default = "%(title)s - %(uploader)s [%(id)s] %(upload_date)s %(timestamp)s.ts", + Default = "{author}-{id}-{title}-{time:%Y-%m-%d_%Hh%Mm%Ss}.ts", ValueType = SettingValueType.Text }, new BuiltInSettingsModel