mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 19:25:55 +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"
|
override var mainUrl = "https://urochsunloath.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class NathanFromSubject : Voe() {
|
||||||
|
override val mainUrl = "https://nathanfromsubject.com"
|
||||||
|
}
|
||||||
|
|
||||||
class Yipsu : Voe() {
|
class Yipsu : Voe() {
|
||||||
override val name = "Yipsu"
|
override val name = "Yipsu"
|
||||||
override var mainUrl = "https://yip.su"
|
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.Mwish
|
||||||
import com.lagradost.cloudstream3.extractors.MwvnVizcloudInfo
|
import com.lagradost.cloudstream3.extractors.MwvnVizcloudInfo
|
||||||
import com.lagradost.cloudstream3.extractors.MyCloud
|
import com.lagradost.cloudstream3.extractors.MyCloud
|
||||||
|
import com.lagradost.cloudstream3.extractors.NathanFromSubject
|
||||||
import com.lagradost.cloudstream3.extractors.Nekostream
|
import com.lagradost.cloudstream3.extractors.Nekostream
|
||||||
import com.lagradost.cloudstream3.extractors.Nekowish
|
import com.lagradost.cloudstream3.extractors.Nekowish
|
||||||
import com.lagradost.cloudstream3.extractors.Neonime7n
|
import com.lagradost.cloudstream3.extractors.Neonime7n
|
||||||
@ -1168,6 +1169,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
|||||||
Vidguardto3(),
|
Vidguardto3(),
|
||||||
Simpulumlamerop(),
|
Simpulumlamerop(),
|
||||||
Urochsunloath(),
|
Urochsunloath(),
|
||||||
|
NathanFromSubject(),
|
||||||
Yipsu(),
|
Yipsu(),
|
||||||
MetaGnathTuggers(),
|
MetaGnathTuggers(),
|
||||||
Geodailymotion(),
|
Geodailymotion(),
|
||||||
|
Reference in New Issue
Block a user