From b6bab4adc815804bbb743d55fff13ce64566c01d Mon Sep 17 00:00:00 2001 From: Eddy Date: Fri, 23 Sep 2022 19:45:45 +0200 Subject: [PATCH] open the good extractor --- .../src/main/kotlin/com/lagradost/WiflixProviderPlugin.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WiflixProvider/src/main/kotlin/com/lagradost/WiflixProviderPlugin.kt b/WiflixProvider/src/main/kotlin/com/lagradost/WiflixProviderPlugin.kt index 57155cc..356530b 100644 --- a/WiflixProvider/src/main/kotlin/com/lagradost/WiflixProviderPlugin.kt +++ b/WiflixProvider/src/main/kotlin/com/lagradost/WiflixProviderPlugin.kt @@ -10,8 +10,8 @@ class WiflixPlugin: Plugin() { override fun load(context: Context) { // All providers should be added in this manner. Please don't edit the providers list directly. registerMainAPI(WiflixProvider()) - registerExtractorAPI(DoodStreamExtractor()) - registerExtractorAPI(StreamSBPlus()) + registerExtractorAPI(DoodComExtractor()) + registerExtractorAPI(Sbspeed()) }