forked from recloudstream/cloudstream
[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.M3u8Helper
|
||||
|
||||
class Vidgomunime : StreamSB() {
|
||||
override var mainUrl = "https://vidgomunime.xyz"
|
||||
}
|
||||
|
||||
class Sbthe : StreamSB() {
|
||||
override var mainUrl = "https://sbthe.com"
|
||||
}
|
||||
|
|
|
@ -235,6 +235,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
|||
Streamhub2(),
|
||||
Ssbstream(),
|
||||
Sbthe(),
|
||||
Vidgomunime(),
|
||||
|
||||
Fastream(),
|
||||
|
||||
|
|
Loading…
Reference in a new issue