feat(pt/darkmahou): New Source: DarkMahou (Torrent) (#441)

This commit is contained in:
WebDitto 2024-12-19 21:08:52 -03:00 committed by GitHub
parent ce2611d1bd
commit 715d57d43f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,14 @@
ext {
extName = 'DarkMahou'
extClass = '.DarkMahou'
themePkg = 'animestream'
baseUrl = 'https://darkmahou.org'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:unpacker"))
implementation(project(":lib:playlist-utils"))
}