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
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -52,9 +52,6 @@ jobs:
|
|||
echo SORAHE=$SORAHE >> local.properties
|
||||
echo SORAXA=$SORAXA >> local.properties
|
||||
echo SORATED=$SORATED >> local.properties
|
||||
# run: |
|
||||
# cd $GITHUB_WORKSPACE/src
|
||||
# echo $'SORA_API=$SORA_API\nSORAHE=$SORAHE\nSORAXA=$SORAXA\nSORATED=$SORATED' > local.properties
|
||||
|
||||
- name: Build Plugins
|
||||
run: |
|
||||
|
|
|
@ -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…
Reference in a new issue