This commit is contained in:
Thorodinson1 2023-07-12 23:23:14 +05:30
parent f4401e6492
commit c41cc4799e
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.ExtractorApi
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.M3u8Helper
class StreamoUpload : StreamoUpload() {
class StreamoUpload1 : StreamoUpload() {
override val mainUrl = "https://streamoupload.xyz"
}

View file

@ -388,6 +388,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
SpeedoStream(),
SpeedoStream1(),
StreamoUpload(),
StreamoUpload1(),
Zorofile(),
Embedgram(),
Mvidoo(),