sora: bump

This commit is contained in:
hexated 2023-05-05 19:51:07 +07:00
parent 3db7cb8b20
commit 64f08ffff8
4 changed files with 7 additions and 4 deletions

View File

@ -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: |

View File

@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.properties.Properties
// use an integer for version numbers
version = 126
version = 127
android {
defaultConfig {

View File

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

View File

@ -23,5 +23,6 @@ class SoraStreamPlugin: Plugin() {
registerExtractorAPI(Moviesm4u())
registerExtractorAPI(Fembed9hd())
registerExtractorAPI(Sbasian())
registerExtractorAPI(Bestx())
}
}