mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
pls work
This commit is contained in:
parent
36744a22a3
commit
a50fcc8cf5
4 changed files with 11 additions and 4 deletions
|
@ -53,7 +53,7 @@ open class JWPlayer : ExtractorApi() {
|
|||
)
|
||||
|
||||
}
|
||||
class VidHD : JWPlayer() {
|
||||
class VidHDJW : JWPlayer() {
|
||||
override val name = "VidHD"
|
||||
override val mainUrl = "https://vidhd.fun"
|
||||
}
|
||||
|
|
|
@ -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())
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue