mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add --include-fonts flag for archive (#277)
This commit is contained in:
parent
0a26083232
commit
0da81a4814
4 changed files with 228 additions and 7 deletions
|
|
@ -204,7 +204,7 @@ impl Execute for Download {
|
|||
|
||||
single_format_collection.full_visual_output();
|
||||
|
||||
let download_builder = DownloadBuilder::new()
|
||||
let download_builder = DownloadBuilder::new(ctx.crunchy.client())
|
||||
.default_subtitle(self.subtitle.clone())
|
||||
.force_hardsub(self.force_hardsub)
|
||||
.output_format(if is_special_file(&self.output) || self.output == "-" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue