mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Bypass stream limits
This commit is contained in:
parent
301dac478f
commit
f7ce888329
3 changed files with 25 additions and 13 deletions
|
|
@ -434,5 +434,7 @@ async fn get_format(
|
|||
subs.push(download.subtitle.clone().unwrap())
|
||||
}
|
||||
|
||||
stream.invalidate().await?;
|
||||
|
||||
Ok((download_format, format))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue