feat(src/es): Zonaleros extension (#715)

Closes #595
This commit is contained in:
imper1aldev 2025-02-27 13:41:59 -06:00 committed by GitHub
parent 65709abcb7
commit 6706bbf200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 491 additions and 0 deletions

View file

@ -0,0 +1,20 @@
ext {
extName = 'Zonaleros'
extClass = '.Zonaleros'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:uqload-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:vidhide-extractor'))
}