SpeedoStream update

This commit is contained in:
Saksham Shekher 2023-06-27 07:17:10 +05:30 committed by GitHub
parent 40a963588f
commit 363c259152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.M3u8Helper
class SpeedoStream1 : SpeedoStream() {
override val mainUrl = "https://speedostream.nl"
override val mainUrl = "https://speedostream.pm"
}
open class SpeedoStream : ExtractorApi() {
@ -39,4 +39,4 @@ open class SpeedoStream : ExtractorApi() {
)
}
}