Compare commits

..

No commits in common. "8b466461d096f028a1f83db8366bfbbbcb2129c8" and "65899a66c7ebbf6ed11c86372888024468b34a6f" have entirely different histories.

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.pm"
override val mainUrl = "https://speedostream.nl"
}
open class SpeedoStream : ExtractorApi() {
@ -39,4 +39,4 @@ open class SpeedoStream : ExtractorApi() {
)
}
}