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 @@ -45,6 +45,10 @@ class Voe1 : Voe() {
override val mainUrl = "https://donaldlineelse.com"
}

class Voe2 : Voe() {
override val mainUrl = "https://charlestoughrace.com"
}

open class Voe : ExtractorApi() {
override val name = "Voe"
override val mainUrl = "https://voe.sx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ import com.lagradost.cloudstream3.extractors.Vidsonic
import com.lagradost.cloudstream3.extractors.VkExtractor
import com.lagradost.cloudstream3.extractors.Voe
import com.lagradost.cloudstream3.extractors.Voe1
import com.lagradost.cloudstream3.extractors.Voe2
import com.lagradost.cloudstream3.extractors.Vtbe
import com.lagradost.cloudstream3.extractors.Wibufile
import com.lagradost.cloudstream3.extractors.WishembedPro
Expand Down Expand Up @@ -1097,6 +1098,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
Vidmolybiz(),
Voe(),
Voe1(),
Voe2(),
Tubeless(),
Moviehab(),
MoviehabNet(),
Expand Down