mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix download not converting into other media formats if specified
This commit is contained in:
parent
051cad4537
commit
e4d075c855
1 changed files with 3 additions and 0 deletions
|
|
@ -216,6 +216,9 @@ func downloadInfo(info formatInformation, file *os.File) error {
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
if hasFFmpeg() {
|
||||||
|
downloader.FFmpegOpts = make([]string, 0)
|
||||||
|
}
|
||||||
|
|
||||||
sig := make(chan os.Signal, 1)
|
sig := make(chan os.Signal, 1)
|
||||||
signal.Notify(sig, os.Interrupt)
|
signal.Notify(sig, os.Interrupt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue