Fix(src/es): Pelisforte, HomeCine and MetroSeries fixes (#419)

* MetroSeries fixes

Closes #370

* HomeCine fixes

Closes #384

* PelisForte fixes

Closes #411
This commit is contained in:
imper1aldev 2024-12-09 15:48:19 -06:00 committed by GitHub
parent f3f1a64fda
commit 440917b8ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 311 additions and 317 deletions

View file

@ -1,11 +1,18 @@
ext {
extName = 'HomeCine'
extClass = '.HomeCine'
extVersionCode = 1
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:burstcloud-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:yourupload-extractor'))
implementation(project(':lib:fastream-extractor'))
implementation(project(':lib:upstream-extractor'))
implementation(project(':lib:filemoon-extractor'))
}