mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
MyCloud New Domain Adding Extractor for it (#1157)
This commit is contained in:
parent
b776642775
commit
55a0eb66cb
2 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,11 @@ class MyCloud : Vidplay() {
|
|||
override val mainUrl = "https://mcloud.bz"
|
||||
}
|
||||
|
||||
class MegaF : Vidplay() {
|
||||
override val name = "MegaF"
|
||||
override val mainUrl = "https://megaf.cc"
|
||||
}
|
||||
|
||||
class VidplayOnline : Vidplay() {
|
||||
override val mainUrl = "https://vidplay.online"
|
||||
}
|
||||
|
|
|
@ -101,6 +101,7 @@ import com.lagradost.cloudstream3.extractors.Mp4Upload
|
|||
import com.lagradost.cloudstream3.extractors.Mvidoo
|
||||
import com.lagradost.cloudstream3.extractors.MwvnVizcloudInfo
|
||||
import com.lagradost.cloudstream3.extractors.MyCloud
|
||||
import com.lagradost.cloudstream3.extractors.MegaF
|
||||
import com.lagradost.cloudstream3.extractors.Neonime7n
|
||||
import com.lagradost.cloudstream3.extractors.Neonime8n
|
||||
import com.lagradost.cloudstream3.extractors.Odnoklassniki
|
||||
|
@ -910,6 +911,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
|||
Vidplay(),
|
||||
VidplayOnline(),
|
||||
MyCloud(),
|
||||
MegaF(),
|
||||
|
||||
Cda(),
|
||||
Dailymotion(),
|
||||
|
|
Loading…
Reference in a new issue