chore(src/en): AllAnime video extractor improvements

Closes #83
Closes #84
This commit is contained in:
imper1aldev 2024-09-05 00:00:36 -06:00
parent 2ab9311223
commit 541141fdef
2 changed files with 26 additions and 12 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'AllAnime'
extClass = '.AllAnime'
extVersionCode = 31
extVersionCode = 32
}
apply from: "$rootDir/common.gradle"
@ -12,5 +12,7 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:gogostream-extractor'))
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}