mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Manually implement filename sanitizing to allow the usage of file separators
This commit is contained in:
parent
bbb5a78765
commit
568bce0008
6 changed files with 77 additions and 42 deletions
|
|
@ -165,7 +165,7 @@ impl Execute for Download {
|
|||
let mut downloader = download_builder.clone().build();
|
||||
downloader.add_format(download_format);
|
||||
|
||||
let formatted_path = format.format_path((&self.output).into(), true);
|
||||
let formatted_path = format.format_path((&self.output).into());
|
||||
let (path, changed) = free_file(formatted_path.clone());
|
||||
|
||||
if changed && self.skip_existing {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue