2
1
Fork 1
mirror of https://github.com/yoyzo/arab synced 2024-08-15 03:15:00 +00:00
This commit is contained in:
Zaw 2023-02-15 22:45:47 +03:00
parent 36744a22a3
commit a50fcc8cf5
4 changed files with 11 additions and 4 deletions

View file

@ -53,7 +53,7 @@ open class JWPlayer : ExtractorApi() {
)
}
class VidHD : JWPlayer() {
class VidHDJW : JWPlayer() {
override val name = "VidHD"
override val mainUrl = "https://vidhd.fun"
}

View file

@ -7,8 +7,8 @@ import android.content.Context
class Shahid4uPlugin: Plugin() {
override fun load(context: Context) {
registerMainAPI(Shahid4u())
registerExtractorAPI(VidHDJW())
registerExtractorAPI(VidHD())
registerExtractorAPI(GoStream())
registerExtractorAPI(Vidbom())
}
}