fix(src/es): JkAnime fixes (#504)
* JkAnime fixes Closes #355 * Update StreamWishExtractor.kt
This commit is contained in:
parent
48f1bac534
commit
f9650081e1
3 changed files with 101 additions and 27 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue