Update WcoStream.kt

This commit is contained in:
Arjix 2021-07-23 15:10:50 +03:00 committed by GitHub
parent 640637804b
commit 7c1f46740b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.mapper
class WcoStream : ExtractorApi() {
override val name: String = "WcoStream"
override val mainUrl: String = "https://vidstreame.pro"
override val mainUrl: String = "https://vidstream.pro"
override val requiresReferer = false
override fun getUrl(url: String, referer: String?): List<ExtractorLink> {