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

This commit is contained in:
WebDitto 2025-01-11 17:02:18 -03:00
parent 527dc0e0cd
commit 4b98cf58da
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"))
}