Update TimefourTv.kt

This commit is contained in:
Hexated 2023-07-14 03:17:28 +07:00 committed by GitHub
parent f7fc5d6631
commit ce28638ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ open class TimefourTv : MainAPI() {
)
companion object {
const val daddyUrl = "https://daddylivehd.sx"
const val daddyUrl = "https://daddylive.watch"
val daddyHost: String = URI(daddyUrl).host.split(".").first()
}