cloudstream-extensions-hexated/KuramanimeProvider/src/main/kotlin/com/hexated/Nyomo.kt

14 lines
384 B
Kotlin
Raw Normal View History

package com.hexated
2023-03-08 10:50:26 +00:00
import com.lagradost.cloudstream3.extractors.Filesim
import com.lagradost.cloudstream3.extractors.StreamSB
class Nyomo : StreamSB() {
override var name: String = "Nyomo"
override var mainUrl = "https://nyomo.my.id"
}
2023-03-08 10:50:26 +00:00
class Streamhide : Filesim() {
override var name: String = "Streamhide"
override var mainUrl: String = "https://streamhide.to"
}