feat(pt/animesotaku): New Source: Animes Otaku (#440)

Co-authored-by: WebDitto <webditton@proton.me>
This commit is contained in:
WebDitto 2024-12-19 20:49:25 -03:00 committed by GitHub
parent b610a20b7f
commit ce2611d1bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1372 additions and 0 deletions

View file

@ -0,0 +1,11 @@
ext {
extName = 'AnimesOtaku'
extClass = '.AnimesOtaku'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:blogger-extractor"))
}