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

This commit is contained in:
Willy Nur Wahyudi 2024-01-18 23:21:26 +07:00 committed by GitHub
parent 4ca2f769c1
commit 2a01b6d4a0
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 = 20
extVersionCode = 21
}
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.win"
override val baseUrl: String = "https://oploverz.cool"
override val lang: String = "id"
override val supportsLatest: Boolean = true