added Cdnplayer extractor

This commit is contained in:
hexated 2022-10-21 03:02:01 +07:00
parent 73b20a032b
commit 2c8b22e7ed
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,11 @@ import com.lagradost.cloudstream3.utils.ExtractorApi
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.getQualityFromName
class Cdnplayer: XStreamCdn() {
override val name: String = "Cdnplayer"
override val mainUrl: String = "https://cdnplayer.online"
}
class Kotakajair: XStreamCdn() {
override val name: String = "Kotakajair"
override val mainUrl: String = "https://kotakajair.xyz"

View file

@ -248,6 +248,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
Rasacintaku(),
FEnet(),
Kotakajair(),
Cdnplayer(),
// WatchSB(), 'cause StreamSB.kt works
Uqload(),
Uqload1(),