Kuramanime: fix source

This commit is contained in:
hexated 2023-03-08 17:50:26 +07:00
parent 7ea47f4e4b
commit 16af0a16fe
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}