(ar/witanime) Domain Change (#985)

* Update WitAnime.kt

* Update build.gradle
This commit is contained in:
Arkai1 2025-05-06 20:38:11 +05:30 committed by GitHub
parent 82a8b81de2
commit 26dbc15b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'WIT ANIME' extName = 'WIT ANIME'
extClass = '.WitAnime' extClass = '.WitAnime'
extVersionCode = 52 extVersionCode = 53
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
@ -12,4 +12,4 @@ dependencies {
implementation(project(':lib:okru-extractor')) implementation(project(':lib:okru-extractor'))
implementation(project(':lib:mp4upload-extractor')) implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:vidbom-extractor')) implementation(project(':lib:vidbom-extractor'))
} }

View file

@ -30,7 +30,7 @@ class WitAnime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "WIT ANIME" override val name = "WIT ANIME"
override val baseUrl = "https://witanime.pics" override val baseUrl = "https://witanime.cyou"
override val lang = "ar" override val lang = "ar"