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