From d3a0ef2c34c456cd5f7946c382dbda8ed6186939 Mon Sep 17 00:00:00 2001 From: Arjix <53124886+ArjixWasTaken@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:59:41 +0300 Subject: [PATCH] Update ExtractorApi.kt --- .../java/com/lagradost/cloudstream3/utils/ExtractorApi.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt index e388c97e..7b83b964 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt @@ -3,6 +3,7 @@ package com.lagradost.cloudstream3.utils import com.lagradost.cloudstream3.utils.extractors.MixDrop import com.lagradost.cloudstream3.utils.extractors.Mp4Upload import com.lagradost.cloudstream3.utils.extractors.Shiro +import com.lagradost.cloudstream3.utils.extractors.WcoStream import com.lagradost.cloudstream3.utils.extractors.StreamTape import com.lagradost.cloudstream3.utils.extractors.XStreamCdn @@ -54,6 +55,7 @@ fun getAndUnpack(string: String): String? { val extractorApis: Array = arrayOf( //AllProvider(), Shiro(), + WcoStream(), Mp4Upload(), StreamTape(), MixDrop(), @@ -85,4 +87,4 @@ abstract class ExtractorApi { open fun getExtractorUrl(id: String): String { return id } -} \ No newline at end of file +}