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
|
|
@ -520,7 +520,9 @@ async fn get_format(
|
|||
.collect();
|
||||
|
||||
format_pairs.push((single_format, video.clone(), audio, subtitles.clone()));
|
||||
single_format_to_format_pairs.push((single_format.clone(), video, subtitles))
|
||||
single_format_to_format_pairs.push((single_format.clone(), video, subtitles));
|
||||
|
||||
stream.invalidate().await?
|
||||
}
|
||||
|
||||
let mut download_formats = vec![];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue