mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
added Streamsss
This commit is contained in:
parent
cdebd056ae
commit
4b1d98a133
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
|
|
@ -237,6 +237,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
Sbthe(),
|
Sbthe(),
|
||||||
Vidgomunime(),
|
Vidgomunime(),
|
||||||
Sbflix(),
|
Sbflix(),
|
||||||
|
Streamsss(),
|
||||||
|
|
||||||
Fastream(),
|
Fastream(),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue