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

This commit is contained in:
Willy Nur Wahyudi 2024-01-07 23:13:18 +07:00 committed by GitHub
parent 6c51f9bccc
commit c97382de82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Oploverz'
pkgNameSuffix = 'id.oploverz'
extClass = '.Oploverz'
extVersionCode = 19
extVersionCode = 20
libVersion = '13'
}

View File

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