mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Move to new, DRM-free, endpoint
This commit is contained in:
parent
ba8028737d
commit
e694046b07
8 changed files with 245 additions and 331 deletions
|
|
@ -487,7 +487,7 @@ async fn get_format(
|
|||
single_format.audio == Locale::ja_JP || stream.subtitles.len() > 1,
|
||||
)
|
||||
});
|
||||
let cc = stream.closed_captions.get(s).cloned().map(|l| (l, false));
|
||||
let cc = stream.captions.get(s).cloned().map(|l| (l, false));
|
||||
|
||||
subtitles
|
||||
.into_iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue