Change domain (#105)

* Update DramaSerial.kt

* Update NontonAnimeIDProvider.kt

* Update LayarKacaProvider.kt

* Update Samehadaku.kt
This commit is contained in:
b4byhuey 2023-02-21 03:57:50 +08:00 committed by GitHub
parent 453e68da55
commit c8e40da552
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ import java.net.URI
import java.net.URLDecoder
class LayarKacaProvider : MainAPI() {
override var mainUrl = "https://a.lk21official.lol"
override var mainUrl = "https://tv.lk21official.lol"
private var seriesUrl = "https://drama2.nontondrama.lol"
override var name = "LayarKaca"
override val hasMainPage = true
@ -228,4 +228,4 @@ class LayarKacaProvider : MainAPI() {
}
private fun decode(input: String): String = URLDecoder.decode(input, "utf-8").replace(" ", "%20")
}
}