fix(id/oploverz): Update baseUrl (#2796)

This commit is contained in:
Willy Nur Wahyudi 2024-01-20 19:39:00 +07:00 committed by GitHub
parent 3be927b3c5
commit 2392762c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Oploverz'
extClass = '.Oploverz'
extVersionCode = 21
extVersionCode = 22
}
apply from: "$rootDir/common.gradle"

View File

@ -28,7 +28,7 @@ import java.util.Locale
class Oploverz : ConfigurableAnimeSource, AnimeHttpSource() {
override val name: String = "Oploverz"
override val baseUrl: String = "https://oploverz.cool"
override val baseUrl: String = "https://oploverz.wiki"
override val lang: String = "id"
override val supportsLatest: Boolean = true