[extractor] simple added Vidgomunime

This commit is contained in:
hexated 2022-09-02 11:27:07 +07:00
parent cdf0047bfd
commit 72e34356c5
2 changed files with 5 additions and 0 deletions

View file

@ -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"
}

View file

@ -235,6 +235,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
Streamhub2(),
Ssbstream(),
Sbthe(),
Vidgomunime(),
Fastream(),