mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 19:25:55 +08:00
Added new Domains to Mixdrop (#1408)
This commit is contained in:
@ -7,6 +7,10 @@ class MixDropBz : MixDrop(){
|
||||
override var mainUrl = "https://mixdrop.bz"
|
||||
}
|
||||
|
||||
class MixDropAg : MixDrop(){
|
||||
override var mainUrl = "https://mixdrop.ag"
|
||||
}
|
||||
|
||||
class MixDropCh : MixDrop(){
|
||||
override var mainUrl = "https://mixdrop.ch"
|
||||
}
|
||||
|
@ -92,6 +92,7 @@ import com.lagradost.cloudstream3.extractors.MixDrop
|
||||
import com.lagradost.cloudstream3.extractors.MixDropBz
|
||||
import com.lagradost.cloudstream3.extractors.MixDropCh
|
||||
import com.lagradost.cloudstream3.extractors.MixDropTo
|
||||
import com.lagradost.cloudstream3.extractors.MixDropAg
|
||||
import com.lagradost.cloudstream3.extractors.Movhide
|
||||
import com.lagradost.cloudstream3.extractors.Moviehab
|
||||
import com.lagradost.cloudstream3.extractors.MoviehabNet
|
||||
@ -733,6 +734,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||
MixDropBz(),
|
||||
MixDropCh(),
|
||||
MixDropTo(),
|
||||
MixDropAg(),
|
||||
|
||||
MixDrop(),
|
||||
|
||||
|
Reference in New Issue
Block a user