feat(src/es): Katanime extension added (#510)

Closes #474
This commit is contained in:
imper1aldev 2025-01-11 05:15:16 -06:00 committed by GitHub
parent 9328d12fcf
commit 8158afc567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 672 additions and 0 deletions

View file

@ -0,0 +1,19 @@
ext {
extName = 'Katanime'
extClass = '.Katanime'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:sendvid-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}