From 43022bf90c0d99c34cb33e35150bdef60e0dbdfd Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:17:16 +0700 Subject: [PATCH] Update UseeTv.kt update mainurl --- UseeTv/src/main/kotlin/com/hexated/UseeTv.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UseeTv/src/main/kotlin/com/hexated/UseeTv.kt b/UseeTv/src/main/kotlin/com/hexated/UseeTv.kt index ec434ffb..22482516 100644 --- a/UseeTv/src/main/kotlin/com/hexated/UseeTv.kt +++ b/UseeTv/src/main/kotlin/com/hexated/UseeTv.kt @@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.M3u8Helper import org.jsoup.nodes.Element class UseeTv : MainAPI() { - override var mainUrl = "https://www.useetv.com" + override var mainUrl = "https://www.indihometv.com/" override var name = "Useetv" override var lang = "id" override val hasDownloadSupport = false @@ -16,7 +16,7 @@ class UseeTv : MainAPI() { ) companion object { - private const val mainLink = "https://streaming.useetv.com" + private const val mainLink = "https://www.indihometv.com/" } override suspend fun getMainPage(page: Int, request: MainPageRequest): HomePageResponse { @@ -90,4 +90,4 @@ class UseeTv : MainAPI() { } -} \ No newline at end of file +}