keyiflerolsun 2023-10-21 20:10:58 +03:00
parent fdfe7b08d8
commit ffdf37cd2b
No known key found for this signature in database
GPG key ID: 3034301CA5C50DA8
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
version = 1 version = 1
cloudstream { cloudstream {
authors = listOf("keyiflerolsun") authors = listOf("Adippe")
language = "tr" language = "tr"
description = "Canlı TV" description = "Canlı TV"

View file

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest package="com.keyiflerolsun"/> <manifest package="com.lagradost"/>

View file

@ -1,4 +1,4 @@
package com.keyiflerolsun package com.lagradost
import com.lagradost.cloudstream3.* import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.utils.AppUtils.parseJson import com.lagradost.cloudstream3.utils.AppUtils.parseJson
@ -13,7 +13,7 @@ class CanliTV : MainAPI() {
override val hasMainPage = true override val hasMainPage = true
override var lang = "tr" override var lang = "tr"
override val hasChromecastSupport = true 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 { override suspend fun getMainPage(page: Int, request: MainPageRequest): HomePageResponse {
val data = IptvPlaylistParser().parseM3U(app.get(mainUrl).text) val data = IptvPlaylistParser().parseM3U(app.get(mainUrl).text)

View file

@ -1,4 +1,4 @@
package com.keyiflerolsun package com.lagradost
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
import com.lagradost.cloudstream3.plugins.Plugin import com.lagradost.cloudstream3.plugins.Plugin