fix!: extracting nsig function, remove field throttled from Video/Audio stream model
This commit is contained in:
parent
182826a3ac
commit
dd0565ba98
9 changed files with 140 additions and 274 deletions
|
|
@ -211,9 +211,6 @@ pub struct VideoStream {
|
|||
pub format: VideoFormat,
|
||||
/// Video codec
|
||||
pub codec: VideoCodec,
|
||||
/// True if the deobfuscation of the nsig url parameter failed
|
||||
/// and the stream will be throttled
|
||||
pub throttled: bool,
|
||||
}
|
||||
|
||||
/// Audio stream
|
||||
|
|
@ -259,9 +256,6 @@ pub struct AudioStream {
|
|||
///
|
||||
/// The loudness parameter is not available when using the Android client.
|
||||
pub loudness_db: Option<f32>,
|
||||
/// True if the deobfuscation of the nsig url parameter failed
|
||||
/// and the stream will be throttled
|
||||
pub throttled: bool,
|
||||
/// Audio track information
|
||||
///
|
||||
/// Videos can have multiple audio tracks (different languages).
|
||||
|
|
|
|||
Reference in a new issue