feat(pt/animesbr): New source pt/AnimesBr (close #514)
This commit is contained in:
parent
527dc0e0cd
commit
4b98cf58da
9 changed files with 263 additions and 0 deletions
15
src/pt/animesbr/build.gradle
Normal file
15
src/pt/animesbr/build.gradle
Normal 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"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue