fix(id/kuramanime): Update baseUrl (#1827)
This commit is contained in:
committed by
GitHub
parent
4b3eb06a26
commit
7db1afbeff
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Kuramanime'
|
||||
pkgNameSuffix = 'id.kuramanime'
|
||||
extClass = '.Kuramanime'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ import java.lang.Exception
|
||||
class Kuramanime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
override val name = "Kuramanime"
|
||||
|
||||
override val baseUrl = "https://kuramanime.net"
|
||||
override val baseUrl = "https://kuramanime.art"
|
||||
|
||||
override val lang = "id"
|
||||
|
||||
|
Reference in New Issue
Block a user