added Sbspeed extractor

This commit is contained in:
hexated 2022-10-18 22:51:54 +07:00
parent 03bdad96df
commit 73b20a032b
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.M3u8Helper
class Sbspeed : StreamSB() {
override var name = "Sbspeed"
override var mainUrl = "https://sbspeed.com"
}
class Streamsss : StreamSB() {
override var mainUrl = "https://streamsss.net"
}

View file

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