mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: bump
This commit is contained in:
parent
3db7cb8b20
commit
64f08ffff8
4 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import org.jetbrains.kotlin.konan.properties.Properties
|
||||
|
||||
// use an integer for version numbers
|
||||
version = 126
|
||||
version = 127
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
|
|
|
@ -66,6 +66,11 @@ class Movhide : Filesim() {
|
|||
override var mainUrl: String = "https://movhide.pro"
|
||||
}
|
||||
|
||||
class Bestx : Chillx() {
|
||||
override val name = "Bestx"
|
||||
override val mainUrl = "https://bestx.stream"
|
||||
}
|
||||
|
||||
class Watchx : Chillx() {
|
||||
override val name = "Watchx"
|
||||
override val mainUrl = "https://watchx.top"
|
||||
|
|
|
@ -23,5 +23,6 @@ class SoraStreamPlugin: Plugin() {
|
|||
registerExtractorAPI(Moviesm4u())
|
||||
registerExtractorAPI(Fembed9hd())
|
||||
registerExtractorAPI(Sbasian())
|
||||
registerExtractorAPI(Bestx())
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue