Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ class ByseVepoin : ByseSX() {
override var mainUrl = "https://bysevepoin.com"
}

@Prerelease
class ByseQekaho : ByseSX() {
override var name = "ByseQekaho"
override var mainUrl = "https://byseqekaho.com"
}

@Prerelease
open class ByseSX : ExtractorApi() {
override var name = "Byse"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import com.lagradost.cloudstream3.extractors.ByseSX
import com.lagradost.cloudstream3.extractors.Bysezejataos
import com.lagradost.cloudstream3.extractors.ByseBuho
import com.lagradost.cloudstream3.extractors.ByseVepoin
import com.lagradost.cloudstream3.extractors.ByseQekaho
import com.lagradost.cloudstream3.extractors.ByteShare
import com.lagradost.cloudstream3.extractors.Cavanhabg
import com.lagradost.cloudstream3.extractors.Cda
Expand Down Expand Up @@ -1283,6 +1284,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
Up4FunTop(),
GUpload(),
HlsWish(),
ByseQekaho(),
)


Expand Down Expand Up @@ -1406,4 +1408,4 @@ abstract class ExtractorApi {
open fun getExtractorUrl(id: String): String {
return id
}
}
}