Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Adds format options
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cordeiro committed Sep 27, 2022
1 parent f6d76b7 commit d0f304a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Wasari.Cli/Commands/DownloadCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ public DownloadCommand(EnvironmentService environmentService, ILogger<DownloadCo

[CommandOption("resolution", 'r', Converter = typeof(ResolutionConverter))]
public FFmpegResolution Resolution { get; init; }


[CommandOption("format", 'f', Description = "Format passed to yt-dlp")]
public string? Format { get; init; }

[CommandOption("ignore-tls")]
public bool IgnoreTls { get; init; }

Expand Down

0 comments on commit d0f304a

Please sign in to comment.