fix: add livestream extraction

This commit is contained in:
ThetaDev 2022-09-27 23:12:14 +02:00
parent fe5468313a
commit 1297bcb641
8 changed files with 63 additions and 35 deletions

View file

@ -56,6 +56,8 @@ pub struct VideoPlayer {
pub subtitles: Vec<Subtitle>,
/// Lifetime of the stream URLs in seconds
pub expires_in_seconds: u32,
pub hls_manifest_url: Option<String>,
pub dash_manifest_url: Option<String>,
}
/// Video metadata from the player