Update UseeTv.kt

update mainurl
This commit is contained in:
adityajd 2023-12-21 11:17:16 +07:00 committed by GitHub
parent 81cb216f1a
commit 43022bf90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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() {
}
}
}