feat(src/es): CineCalidad extension (#125)

* CineCalidad added

* Update CineCalidad.kt

* fix extractor
This commit is contained in:
imper1aldev 2024-08-09 23:31:52 -06:00 committed by GitHub
parent 1a710716bc
commit af588c796a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 351 additions and 0 deletions

View file

@ -0,0 +1,26 @@
ext {
extName = 'CineCalidad'
extClass = '.CineCalidad'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:vudeo-extractor'))
implementation(project(':lib:uqload-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamlare-extractor'))
implementation(project(':lib:yourupload-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:burstcloud-extractor'))
implementation(project(':lib:fastream-extractor'))
implementation(project(':lib:upstream-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
}