mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 11:15:54 +08:00
feat: add nathanfromsubject mirror of voe (#1657)
This commit is contained in:
@ -24,6 +24,10 @@ class Urochsunloath : Voe() {
|
||||
override var mainUrl = "https://urochsunloath.com"
|
||||
}
|
||||
|
||||
class NathanFromSubject : Voe() {
|
||||
override val mainUrl = "https://nathanfromsubject.com"
|
||||
}
|
||||
|
||||
class Yipsu : Voe() {
|
||||
override val name = "Yipsu"
|
||||
override var mainUrl = "https://yip.su"
|
||||
|
@ -146,6 +146,7 @@ import com.lagradost.cloudstream3.extractors.Mvidoo
|
||||
import com.lagradost.cloudstream3.extractors.Mwish
|
||||
import com.lagradost.cloudstream3.extractors.MwvnVizcloudInfo
|
||||
import com.lagradost.cloudstream3.extractors.MyCloud
|
||||
import com.lagradost.cloudstream3.extractors.NathanFromSubject
|
||||
import com.lagradost.cloudstream3.extractors.Nekostream
|
||||
import com.lagradost.cloudstream3.extractors.Nekowish
|
||||
import com.lagradost.cloudstream3.extractors.Neonime7n
|
||||
@ -1168,6 +1169,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||
Vidguardto3(),
|
||||
Simpulumlamerop(),
|
||||
Urochsunloath(),
|
||||
NathanFromSubject(),
|
||||
Yipsu(),
|
||||
MetaGnathTuggers(),
|
||||
Geodailymotion(),
|
||||
|
Reference in New Issue
Block a user