From 16af0a16fe321238b9d4a067cb1fdd96cde672b2 Mon Sep 17 00:00:00 2001 From: hexated Date: Wed, 8 Mar 2023 17:50:26 +0700 Subject: [PATCH] Kuramanime: fix source --- KuramanimeProvider/src/main/kotlin/com/hexated/Nyomo.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KuramanimeProvider/src/main/kotlin/com/hexated/Nyomo.kt b/KuramanimeProvider/src/main/kotlin/com/hexated/Nyomo.kt index 92a97938..521502ac 100644 --- a/KuramanimeProvider/src/main/kotlin/com/hexated/Nyomo.kt +++ b/KuramanimeProvider/src/main/kotlin/com/hexated/Nyomo.kt @@ -1,5 +1,6 @@ package com.hexated +import com.lagradost.cloudstream3.extractors.Filesim import com.lagradost.cloudstream3.extractors.StreamSB class Nyomo : StreamSB() { @@ -7,7 +8,7 @@ class Nyomo : StreamSB() { override var mainUrl = "https://nyomo.my.id" } -class Streamhide : StreamSB() { +class Streamhide : Filesim() { override var name: String = "Streamhide" override var mainUrl: String = "https://streamhide.to" } \ No newline at end of file