mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
added Cdnplayer extractor
This commit is contained in:
parent
73b20a032b
commit
2c8b22e7ed
2 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -248,6 +248,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
|||
Rasacintaku(),
|
||||
FEnet(),
|
||||
Kotakajair(),
|
||||
Cdnplayer(),
|
||||
// WatchSB(), 'cause StreamSB.kt works
|
||||
Uqload(),
|
||||
Uqload1(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue