fix(src/es): AnimeFenix fixes and updates (#729)

Closes #719
Closes #511
This commit is contained in:
imper1aldev 2025-03-02 08:47:44 -06:00 committed by GitHub
parent 5aa7b9fc8a
commit 8b0b17973b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 261 additions and 309 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Animefenix'
extClass = '.Animefenix'
extVersionCode = 55
extVersionCode = 56
}
apply from: "$rootDir/common.gradle"
@ -17,9 +17,9 @@ dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:streamlare-extractor'))
implementation(project(':lib:fastream-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:upstream-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:universal-extractor'))
implementation(project(':lib:amazon-extractor'))
}