We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fc800 commit 61e8a2fCopy full SHA for 61e8a2f
Features/Download/VideoDownloaderFactory.cs
@@ -44,7 +44,7 @@ private static OptionSet GenerateOptionSet(DownloadOptions o)
44
{
45
optionSet.ForceKeyframesAtCuts = true;
46
optionSet.DownloadSections = o.TrimSettings.GetDownloadSection();
47
- AnsiConsole.MarkupLine($"[green]Will download video section: {o.TrimSettings.GetDownloadSection()}[/]");
+ AnsiConsole.MarkupLine($"[green]Downloading video section: {o.TrimSettings.GetDownloadSection()}[/]");
48
}
49
50
return optionSet;
0 commit comments