forked from recloudstream/cloudstream
uhh
This commit is contained in:
parent
ce844d5068
commit
64c5a029ac
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class WcoStream : ExtractorApi() {
|
|||
override val name: String = "WcoStream"
|
||||
override val mainUrl: String = "https://vidstream.pro"
|
||||
override val requiresReferer = false
|
||||
private val hlsHelper = M3u8Helper()
|
||||
|
||||
override fun getUrl(url: String, referer: String?): List<ExtractorLink> {
|
||||
val baseUrl = url.split("/e/")[0]
|
||||
|
|
Loading…
Reference in a new issue