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