feat(pt/animesbr): New source pt/AnimesBr (close #514) (#522)

This commit is contained in:
WebDitto 2025-01-11 17:06:55 -03:00 committed by GitHub
parent dfff9f3e85
commit 8e9ef9d6e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 263 additions and 0 deletions

View file

@ -0,0 +1,15 @@
ext {
extName = 'AnimesBr'
extClass = '.AnimesBr'
themePkg = 'dooplay'
baseUrl = 'https://animesbr.tv'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(project(":lib:vidmoly-extractor"))
}