fix: add livestream extraction
This commit is contained in:
parent
fe5468313a
commit
1297bcb641
8 changed files with 63 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue