fix(id/kuramanime): Update baseUrl (#2105)

This commit is contained in:
Willy Nur Wahyudi
2023-08-31 17:08:37 +07:00
committed by GitHub
parent b687d0e3aa
commit 44cb1bb323
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Kuramanime'
pkgNameSuffix = 'id.kuramanime'
extClass = '.Kuramanime'
extVersionCode = 7
extVersionCode = 8
libVersion = '13'
}

View File

@ -25,7 +25,7 @@ import java.lang.Exception
class Kuramanime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "Kuramanime"
override val baseUrl = "https://kuramanime.xyz"
override val baseUrl = "https://kuramanime.pro"
override val lang = "id"