Add --include-fonts flag for archive (#277)

This commit is contained in:
bytedream 2023-12-19 22:37:16 +01:00
parent 0a26083232
commit 0da81a4814
4 changed files with 228 additions and 7 deletions

View file

@ -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 == "-" {