fix(id/kuramanime): Update baseUrl (#2105)
This commit is contained in:
committed by
GitHub
parent
b687d0e3aa
commit
44cb1bb323
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Kuramanime'
|
||||
pkgNameSuffix = 'id.kuramanime'
|
||||
extClass = '.Kuramanime'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user