feat: add nathanfromsubject mirror of voe (#1657)

This commit is contained in:
Bnyro
2025-04-10 19:48:00 +02:00
committed by GitHub
parent 97f33c6b6e
commit 6fd5548f8a
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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(),