mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
Revert "[Feature] Added VIP HD links to all in preparation for NNN"
This reverts commit 8d94a47bdd
.
This commit is contained in:
parent
befd4fc74a
commit
d28a051107
11 changed files with 13 additions and 131 deletions
|
@ -9,7 +9,6 @@ import com.lagradost.cloudstream3.mvvm.logError
|
|||
import com.lagradost.cloudstream3.network.CloudflareKiller
|
||||
import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson
|
||||
import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||
import com.lagradost.cloudstream3.utils.Qualities
|
||||
import com.lagradost.cloudstream3.utils.getQualityFromName
|
||||
import com.lagradost.nicehttp.NiceResponse
|
||||
|
||||
|
@ -126,17 +125,6 @@ class Vlxx : MainAPI() {
|
|||
subtitleCallback: (SubtitleFile) -> Unit,
|
||||
callback: (ExtractorLink) -> Unit
|
||||
): Boolean {
|
||||
//NNN
|
||||
callback.invoke(
|
||||
ExtractorLink(
|
||||
source = this.name,
|
||||
name = "${this.name} VIP HD",
|
||||
url = "https://biblescreen.faithlifecdn.com/biblescreen/bibleScreen/playlist.m3u8",//"https://files.catbox.moe/9czzyk.mp4",
|
||||
referer = data,
|
||||
quality = Qualities.P2160.value,
|
||||
isM3u8 = true
|
||||
)
|
||||
)
|
||||
val pathSplits = data.split("/")
|
||||
val id = pathSplits[pathSplits.size - 2]
|
||||
Log.i(DEV, "Data -> ${data} id -> ${id}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue