mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Update dependencies
This commit is contained in:
parent
474e9f5e31
commit
6aa4078be3
6 changed files with 342 additions and 92 deletions
|
|
@ -387,7 +387,7 @@ async fn download_video(ctx: &Context, format: &Format, only_audio: bool) -> Res
|
|||
ctx,
|
||||
&mut ffmpeg.stdin.unwrap(),
|
||||
Some(format!("Download {}", format.audio)),
|
||||
format.stream.segments().await?,
|
||||
format.stream.clone()
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue