added Streamsss

This commit is contained in:
hexated 2022-09-13 15:35:39 +07:00
parent cdebd056ae
commit 4b1d98a133
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.ExtractorLink
import com.lagradost.cloudstream3.utils.M3u8Helper import com.lagradost.cloudstream3.utils.M3u8Helper
class Streamsss : StreamSB() {
override var mainUrl = "https://streamsss.net"
}
class Sbflix : StreamSB() { class Sbflix : StreamSB() {
override var mainUrl = "https://sbflix.xyz" override var mainUrl = "https://sbflix.xyz"
override var name = "Sbflix" override var name = "Sbflix"

View file

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