fix deobfuscation after YouTube update

This commit is contained in:
ThetaDev 2022-08-13 21:15:52 +02:00
parent 0c30794cb7
commit 3efe08088c
6 changed files with 105 additions and 75 deletions

View file

@ -9,7 +9,7 @@ edition = "2021"
members = [".", "cli"]
[dependencies]
quick-js = "0.4.1"
quick-js = { path = "../quickjs-rs" }
once_cell = "1.12.0"
fancy-regex = "0.10.0"
anyhow = "1.0"