mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed Rebahin and moved Ngefilm
This commit is contained in:
parent
46c67dbd35
commit
864b266f9e
14 changed files with 76 additions and 234 deletions
9
RebahinProvider/src/main/kotlin/com/hexated/Cgvindo.kt
Normal file
9
RebahinProvider/src/main/kotlin/com/hexated/Cgvindo.kt
Normal file
|
@ -0,0 +1,9 @@
|
|||
package com.hexated
|
||||
|
||||
import com.lagradost.cloudstream3.TvType
|
||||
|
||||
class Cgvindo : RebahinProvider() {
|
||||
override var mainUrl = "http://cgvindo.click"
|
||||
override var name = "Cgvindo"
|
||||
|
||||
}
|
|
@ -13,11 +13,10 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
open class RebahinProvider : MainAPI() {
|
||||
override var mainUrl = "http://104.237.198.198"
|
||||
override var mainUrl = "http://179.43.163.50"
|
||||
override var name = "Rebahin"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
override val hasDownloadSupport = true
|
||||
open var mainServer = "http://172.96.161.72"
|
||||
override val supportedTypes = setOf(
|
||||
TvType.Movie,
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package com.hexated
|
||||
|
||||
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
|
||||
|
@ -6,10 +5,11 @@ import com.lagradost.cloudstream3.plugins.Plugin
|
|||
import android.content.Context
|
||||
|
||||
@CloudstreamPlugin
|
||||
class RebahinProviderPlugin: Plugin() {
|
||||
class RebahinProviderPlugin : Plugin() {
|
||||
override fun load(context: Context) {
|
||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||
registerMainAPI(RebahinProvider())
|
||||
registerMainAPI(Kitanonton())
|
||||
registerMainAPI(Kitanonton())
|
||||
registerMainAPI(Cgvindo())
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue