diff --git a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt index d3bbe57fb..bcd7c1ee9 100644 --- a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt +++ b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt @@ -9,7 +9,7 @@ import org.jsoup.nodes.Element import java.net.URI class TimefourTv : MainAPI() { - override var mainUrl = "https://dlhd.sx" + override var mainUrl = "https://time4tv.top/tv-channels.php" override var name = "Time4tv" override val hasDownloadSupport = false override val hasMainPage = true @@ -183,4 +183,4 @@ class TimefourTv : MainAPI() { val channel_id: String? = null, ) -} \ No newline at end of file +}