mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
[extractor] simple added Vidgomunime (#79)
This commit is contained in:
parent
cdf0047bfd
commit
ec9a39814b
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.ExtractorLink
|
||||||
import com.lagradost.cloudstream3.utils.M3u8Helper
|
import com.lagradost.cloudstream3.utils.M3u8Helper
|
||||||
|
|
||||||
|
class Vidgomunime : StreamSB() {
|
||||||
|
override var mainUrl = "https://vidgomunime.xyz"
|
||||||
|
}
|
||||||
|
|
||||||
class Sbthe : StreamSB() {
|
class Sbthe : StreamSB() {
|
||||||
override var mainUrl = "https://sbthe.com"
|
override var mainUrl = "https://sbthe.com"
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,6 +235,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
Streamhub2(),
|
Streamhub2(),
|
||||||
Ssbstream(),
|
Ssbstream(),
|
||||||
Sbthe(),
|
Sbthe(),
|
||||||
|
Vidgomunime(),
|
||||||
|
|
||||||
Fastream(),
|
Fastream(),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue