Skip to content

Commit

Permalink
Added new Domains to Mixdrop (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
phisher98 authored Nov 9, 2024
1 parent 08b4802 commit e43fc24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -733,6 +734,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
MixDropBz(),
MixDropCh(),
MixDropTo(),
MixDropAg(),

MixDrop(),

Expand Down

0 comments on commit e43fc24

Please sign in to comment.