Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 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 @@ -21,6 +21,18 @@ class Bysezejataos : ByseSX() {
override var mainUrl = "https://bysezejataos.com"
}

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

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

@Prerelease
open class ByseSX : ExtractorApi() {
override var name = "Byse"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import com.lagradost.cloudstream3.extractors.Blogger
import com.lagradost.cloudstream3.extractors.BullStream
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.ByteShare
import com.lagradost.cloudstream3.extractors.Cda
import com.lagradost.cloudstream3.extractors.Cdnplayer
Expand Down Expand Up @@ -1344,4 +1346,4 @@ abstract class ExtractorApi {
open fun getExtractorUrl(id: String): String {
return id
}
}
}