feat: add Anizone (#557)

* feat: add AniZone

* fix episode number parsing
This commit is contained in:
Cuong-Tran 2025-01-18 00:00:09 +07:00 committed by GitHub
parent b4e9c0d3a5
commit 5b33d95e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 543 additions and 0 deletions

View file

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