fix(src/es): JkAnime fixes (#504)

* JkAnime fixes

Closes #355

* Update StreamWishExtractor.kt
This commit is contained in:
imper1aldev 2025-01-09 05:34:54 -06:00 committed by GitHub
parent 48f1bac534
commit f9650081e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 101 additions and 27 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Jkanime'
extClass = '.Jkanime'
extVersionCode = 25
extVersionCode = 26
}
apply from: "$rootDir/common.gradle"
@ -14,4 +14,6 @@ dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:vidhide-extractor'))
implementation 'org.mozilla:rhino:1.7.14'
}