mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Kuramanime: fix source
This commit is contained in:
parent
7ea47f4e4b
commit
16af0a16fe
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue