forked from recloudstream/cloudstream
[extractor] simple added Rasacintaku (#74)
This commit is contained in:
parent
e503534ab1
commit
cbff00090d
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ import com.lagradost.cloudstream3.utils.ExtractorApi
|
|||
import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||
import com.lagradost.cloudstream3.utils.getQualityFromName
|
||||
|
||||
class Rasacintaku: XStreamCdn() {
|
||||
override val mainUrl: String = "https://rasa-cintaku-semakin-berantai.xyz"
|
||||
}
|
||||
|
||||
class LayarKaca: XStreamCdn() {
|
||||
override val name: String = "LayarKaca-xxi"
|
||||
override val mainUrl: String = "https://layarkacaxxi.icu"
|
||||
|
|
|
@ -244,6 +244,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
|||
DBfilm(),
|
||||
Luxubu(),
|
||||
LayarKaca(),
|
||||
Rasacintaku(),
|
||||
// WatchSB(), 'cause StreamSB.kt works
|
||||
Uqload(),
|
||||
Uqload1(),
|
||||
|
|
Loading…
Reference in a new issue