master
Swissky 2024-07-01 12:44:02 +02:00
parent 88bbcfee27
commit 132a33bf6d
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ class SflixPlugin: Plugin() {
addExtractor(Upstream())
addExtractor(Voe2())
registerMainAPI(ExampleProvider(this))
registerMainAPI(SflixProvider(this))
openSettings = { ctx ->
val frag = BlankFragment(this)

View File

@ -1,4 +1,4 @@
package com.lagradost.cloudstream3.extractors
package com.example
import android.util.Base64
import com.fasterxml.jackson.annotation.JsonProperty
@ -8,8 +8,9 @@ import com.lagradost.cloudstream3.utils.AppUtils
import com.lagradost.cloudstream3.utils.ExtractorApi
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.M3u8Helper
import android.util.Log
open class Voe2 : ExtractorApi() {
class Voe2 : ExtractorApi() {
override val name = "Voe"
override val mainUrl = "https://voe.sx"
override val requiresReferer = true