chore(src/en): AllAnime video extractor improvements (#216)

Closes #83
Closes #84
This commit is contained in:
imper1aldev 2024-09-06 06:15:37 -06:00 committed by GitHub
parent 2ab9311223
commit f51281871a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}