mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update UseeTv.kt
update mainurl
This commit is contained in:
parent
81cb216f1a
commit
43022bf90c
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue