mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update WcoStream.kt
This commit is contained in:
parent
640637804b
commit
7c1f46740b
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue