From fe42310d8545c65fa2f155a4c2d5b9ab35cc64b5 Mon Sep 17 00:00:00 2001 From: TLAflash <160544722+TLAflash@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:43:16 +0000 Subject: [PATCH 1/2] Update TimefourTv.kt --- TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt index d3bbe57fb..b25739144 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://sportsonline.gl/prog.txt" 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 +} From 957bcc62777f4fca31f19e86cd236383410bd6d3 Mon Sep 17 00:00:00 2001 From: TLAflash <160544722+TLAflash@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:39:21 +0000 Subject: [PATCH 2/2] Update TimefourTv.kt --- TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt index b25739144..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://sportsonline.gl/prog.txt" + override var mainUrl = "https://time4tv.top/tv-channels.php" override var name = "Time4tv" override val hasDownloadSupport = false override val hasMainPage = true