fix: switch to rquickjs crate for deobfuscator

This commit is contained in:
ThetaDev 2025-01-13 03:30:07 +01:00
parent 5daad1b700
commit 75c3746890
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 41 additions and 30 deletions

View file

@ -24,9 +24,7 @@ keywords = ["youtube", "video", "music"]
categories = ["api-bindings", "multimedia"]
[workspace.dependencies]
quick-js-dtp = { version = "0.4.1", default-features = false, features = [
"patch-dateparser",
] }
rquickjs = "0.8.1"
once_cell = "1.12.0"
regex = "1.6.0"
fancy-regex = "0.14.0"
@ -94,7 +92,7 @@ rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
[dependencies]
quick-js-dtp.workspace = true
rquickjs.workspace = true
once_cell.workspace = true
regex.workspace = true
fancy-regex.workspace = true