mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
🕊 Original Repo
🕊 https://codeberg.org/cloudstream/cloudstream-extensions-multilingual/src/branch/master/FreeTVProvider/src/main/kotlin/com/lagradost/FreeTVProvider.kt
This commit is contained in:
parent
fdfe7b08d8
commit
ffdf37cd2b
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
version = 1
|
||||
|
||||
cloudstream {
|
||||
authors = listOf("keyiflerolsun")
|
||||
authors = listOf("Adippe")
|
||||
language = "tr"
|
||||
description = "Canlı TV"
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.keyiflerolsun"/>
|
||||
<manifest package="com.lagradost"/>
|
|
@ -1,4 +1,4 @@
|
|||
package com.keyiflerolsun
|
||||
package com.lagradost
|
||||
|
||||
import com.lagradost.cloudstream3.*
|
||||
import com.lagradost.cloudstream3.utils.AppUtils.parseJson
|
||||
|
@ -13,7 +13,7 @@ class CanliTV : MainAPI() {
|
|||
override val hasMainPage = true
|
||||
override var lang = "tr"
|
||||
override val hasChromecastSupport = true
|
||||
override val supportedTypes = setOf(TvType.Live)
|
||||
override val supportedTypes = setOf(TvType.Live)
|
||||
|
||||
override suspend fun getMainPage(page: Int, request: MainPageRequest): HomePageResponse {
|
||||
val data = IptvPlaylistParser().parseM3U(app.get(mainUrl).text)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.keyiflerolsun
|
||||
package com.lagradost
|
||||
|
||||
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
|
||||
import com.lagradost.cloudstream3.plugins.Plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue