fix deobfuscation after YouTube update
This commit is contained in:
parent
0c30794cb7
commit
3efe08088c
6 changed files with 105 additions and 75 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue