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

This commit is contained in:
ルイタイゼン
2023-09-27 02:42:03 +07:00
committed by GitHub
parent f891b7abda
commit a8bcb4ef23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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