fix: use js lexer for extracting deobf func

- better deobfuscation error handling
This commit is contained in:
ThetaDev 2022-08-25 18:02:32 +02:00
parent 8c7792ec53
commit 2d302d763d
9 changed files with 180 additions and 48 deletions

View file

@ -55,6 +55,7 @@ pub struct VideoStream {
pub mime: String,
pub format: VideoFormat,
pub codec: VideoCodec,
pub throttled: bool,
}
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
@ -69,6 +70,7 @@ pub struct AudioStream {
pub mime: String,
pub format: AudioFormat,
pub codec: AudioCodec,
pub throttled: bool,
}
#[derive(