[extractor] simple added Vidgomunime (#79)

This commit is contained in:
Hexated 2022-09-02 23:19:20 +07:00 committed by GitHub
parent cdf0047bfd
commit ec9a39814b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(),