fix(id/kuramanime,kuronime): Update baseUrl (#1841)

This commit is contained in:
Willy Nur Wahyudi
2023-07-06 18:40:17 +07:00
committed by GitHub
parent 714b8d9197
commit 89846ce2ff
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Kuramanime'
pkgNameSuffix = 'id.kuramanime'
extClass = '.Kuramanime'
extVersionCode = 6
extVersionCode = 7
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.art"
override val baseUrl = "https://kuramanime.xyz"
override val lang = "id"

View File

@ -6,7 +6,7 @@ ext {
extName = 'Kuronime'
pkgNameSuffix = 'id.kuronime'
extClass = '.Kuronime'
extVersionCode = 5
extVersionCode = 6
libVersion = '13'
}

View File

@ -31,7 +31,7 @@ import java.lang.Exception
import java.util.Locale
class Kuronime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val baseUrl: String = "https://45.12.2.2"
override val baseUrl: String = "https://45.12.2.26"
override val lang: String = "id"
override val name: String = "Kuronime"
override val supportsLatest: Boolean = true