SpeedoStream update (#493)

This commit is contained in:
Saksham Shekher 2023-06-27 18:24:05 +05:30 committed by GitHub
parent 40a963588f
commit a95fcfc9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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() {
)
}
}