Update vtbe.kt

This commit is contained in:
phisher98 2024-03-27 21:29:51 +05:30 committed by GitHub
parent a91e9cb3ce
commit dd5e9ecb3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,18 @@ import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.*
import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson
import com.lagradost.cloudstream3.utils.JsUnpacker
import com.lagradost.cloudstream3.utils.ExtractorApi
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.Qualities
import com.lagradost.cloudstream3.utils.getQualityFromName
import java.net.URI
import com.lagradost.cloudstream3.utils.JsUnpacker
open class vtbe : ExtractorApi() {
override var name = "Vtbe"
override var mainUrl = "https://vtbe.to/"
override var mainUrl = "https://vtbe.to"
override val requiresReferer = true
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink>? {