(ar/witanime) Domain Change (#985)
* Update WitAnime.kt * Update build.gradle
This commit is contained in:
parent
82a8b81de2
commit
26dbc15b45
2 changed files with 3 additions and 3 deletions
|
@ -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'))
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue