added Sbflix

This commit is contained in:
hexated 2022-09-11 03:18:07 +07:00
parent c9204cf439
commit c1d3a94522
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,11 @@ 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 Sbflix : StreamSB() {
override var mainUrl = "https://sbflix.xyz"
override var name = "Sbflix"
}
class Vidgomunime : StreamSB() { class Vidgomunime : StreamSB() {
override var mainUrl = "https://vidgomunime.xyz" override var mainUrl = "https://vidgomunime.xyz"
} }

View file

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