fix: keep JS context when deobfuscating

This commit is contained in:
ThetaDev 2023-02-04 16:15:35 +01:00
parent 1d56b9c9a0
commit 79446bed1c
4 changed files with 94 additions and 83 deletions

View file

@ -28,6 +28,7 @@ use rustypipe::param::{
#[case::tv_html5_embed(ClientType::TvHtml5Embed)]
#[case::android(ClientType::Android)]
#[case::ios(ClientType::Ios)]
#[test_log::test]
fn get_player_from_client(#[case] client_type: ClientType) {
let rp = RustyPipe::builder().strict().build();
let player_data =