Streamlink default output format was wrong

This commit is contained in:
barelyprofessional
2025-07-20 02:08:14 -05:00
parent 8bcba1755a
commit 0c1c75f729

View File

@@ -849,7 +849,7 @@ public static class BuiltIn
{ {
Key = Keys.CaptureStreamlinkOutputFormat, Key = Keys.CaptureStreamlinkOutputFormat,
Description = "Output format to pass to streamlink using --output", 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 ValueType = SettingValueType.Text
}, },
new BuiltInSettingsModel new BuiltInSettingsModel