Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ import com.lagradost.cloudstream3.utils.newExtractorLink
import java.net.URI
import kotlin.random.Random

class Doodspro : DoodLaExtractor() {
override var mainUrl = "https://doods.pro"
}

class Dsvplay : DoodLaExtractor() {
override var mainUrl = "https://dsvplay.com"
}

class D0000d : DoodLaExtractor() {
override var mainUrl = "https://d0000d.com"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import com.lagradost.cloudstream3.utils.*
import com.lagradost.api.Log
import com.lagradost.cloudstream3.network.WebViewResolver


class Multimoviesshg : Filesim() {
override var mainUrl = "https://multimoviesshg.com"
}

class Guccihide : Filesim() {
override val name = "Guccihide"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import com.lagradost.cloudstream3.utils.INFER_TYPE
import com.lagradost.cloudstream3.utils.Qualities
import com.lagradost.cloudstream3.utils.newExtractorLink


class Luluvdoo : LuluStream() {
override var mainUrl = "https://luluvdoo.com"
}

class Lulustream1 : LuluStream() {
override val name = "Lulustream"
override val mainUrl = "https://lulustream.com"
Expand Down Expand Up @@ -56,4 +61,4 @@ open class LuluStream : ExtractorApi() {
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ package com.lagradost.cloudstream3.extractors
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.*

class MixDropPs : MixDrop() {
override var mainUrl = "https://mixdrop.ps"
}

class Mdy : MixDrop() {
override var mainUrl = "https://mdy48tn97.com"
}

class MxDropTo : MixDrop() {
override var mainUrl = "https://mxdrop.to"
}

class MixDropSi : MixDrop() {
override var mainUrl = "https://mixdrop.si"
}

class MixDropBz : MixDrop(){
override var mainUrl = "https://mixdrop.bz"
}
Expand Down Expand Up @@ -47,4 +63,4 @@ open class MixDrop : ExtractorApi() {
}
return null
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import com.lagradost.cloudstream3.utils.Qualities
import com.lagradost.cloudstream3.utils.newExtractorLink
import org.mozilla.javascript.Context

class Watchadsontape : StreamTape() {
override var mainUrl = "https://watchadsontape.com"
}

class StreamTapeNet : StreamTape() {
override var mainUrl = "https://streamtape.net"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.*
import com.lagradost.cloudstream3.utils.M3u8Helper.Companion.generateM3u8

class Ryderjet: VidHidePro() {
override var mainUrl = "https://ryderjet.com"
}

class VidHideHub : VidHidePro() {
override var mainUrl = "https://vidhidehub.com"
}

class VidHidePro1 : VidHidePro() {
override var mainUrl = "https://filelions.live"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ import com.lagradost.cloudstream3.extractors.DoodWatchExtractor
import com.lagradost.cloudstream3.extractors.DoodWfExtractor
import com.lagradost.cloudstream3.extractors.DoodWsExtractor
import com.lagradost.cloudstream3.extractors.DoodYtExtractor
import com.lagradost.cloudstream3.extractors.Doodspro
import com.lagradost.cloudstream3.extractors.Dsvplay
import com.lagradost.cloudstream3.extractors.Doodporn
import com.lagradost.cloudstream3.extractors.DoodstreamCom
import com.lagradost.cloudstream3.extractors.Dooood
Expand All @@ -82,6 +84,7 @@ import com.lagradost.cloudstream3.extractors.FileMoonSx
import com.lagradost.cloudstream3.extractors.Filegram
import com.lagradost.cloudstream3.extractors.FilemoonV2
import com.lagradost.cloudstream3.extractors.Filesim
import com.lagradost.cloudstream3.extractors.Multimoviesshg
import com.lagradost.cloudstream3.extractors.FlaswishCom
import com.lagradost.cloudstream3.extractors.FourCX
import com.lagradost.cloudstream3.extractors.FourPichive
Expand Down Expand Up @@ -134,6 +137,7 @@ import com.lagradost.cloudstream3.extractors.Linkbox
import com.lagradost.cloudstream3.extractors.LuluStream
import com.lagradost.cloudstream3.extractors.Lulustream1
import com.lagradost.cloudstream3.extractors.Lulustream2
import com.lagradost.cloudstream3.extractors.Luluvdoo
import com.lagradost.cloudstream3.extractors.Luxubu
import com.lagradost.cloudstream3.extractors.Lvturbo
import com.lagradost.cloudstream3.extractors.MailRu
Expand All @@ -149,6 +153,10 @@ import com.lagradost.cloudstream3.extractors.MixDropAg
import com.lagradost.cloudstream3.extractors.MixDropBz
import com.lagradost.cloudstream3.extractors.MixDropCh
import com.lagradost.cloudstream3.extractors.MixDropTo
import com.lagradost.cloudstream3.extractors.MixDropPs
import com.lagradost.cloudstream3.extractors.Mdy
import com.lagradost.cloudstream3.extractors.MixDropSi
import com.lagradost.cloudstream3.extractors.MxDropTo
import com.lagradost.cloudstream3.extractors.Movhide
import com.lagradost.cloudstream3.extractors.Moviehab
import com.lagradost.cloudstream3.extractors.MoviehabNet
Expand Down Expand Up @@ -224,6 +232,7 @@ import com.lagradost.cloudstream3.extractors.StreamSilk
import com.lagradost.cloudstream3.extractors.StreamTape
import com.lagradost.cloudstream3.extractors.StreamTapeNet
import com.lagradost.cloudstream3.extractors.StreamTapeXyz
import com.lagradost.cloudstream3.extractors.Watchadsontape
import com.lagradost.cloudstream3.extractors.StreamWishExtractor
import com.lagradost.cloudstream3.extractors.StreamhideCom
import com.lagradost.cloudstream3.extractors.StreamhideTo
Expand Down Expand Up @@ -272,6 +281,8 @@ import com.lagradost.cloudstream3.extractors.VidHidePro3
import com.lagradost.cloudstream3.extractors.VidHidePro4
import com.lagradost.cloudstream3.extractors.VidHidePro5
import com.lagradost.cloudstream3.extractors.VidHidePro6
import com.lagradost.cloudstream3.extractors.VidHideHub
import com.lagradost.cloudstream3.extractors.Ryderjet
import com.lagradost.cloudstream3.extractors.VidMoxy
import com.lagradost.cloudstream3.extractors.VidStack
import com.lagradost.cloudstream3.extractors.VideoSeyred
Expand Down Expand Up @@ -945,14 +956,18 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
StreamTapeNet(),
ShaveTape(),
StreamTapeXyz(),
Watchadsontape(),

//mixdrop extractors
MixDropBz(),
MixDropCh(),
MixDropTo(),
MixDropAg(),

MixDrop(),
MixDropPs(),
Mdy(),
MxDropTo(),
MixDropSi(),

Mcloud(),
XStreamCdn(),
Expand Down Expand Up @@ -1056,6 +1071,8 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
DoodWatchExtractor(),
DoodWfExtractor(),
DoodYtExtractor(),
Doodspro(),
Dsvplay(),

AsianLoad(),

Expand Down Expand Up @@ -1121,6 +1138,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
FileMoonIn(),
Moviesm4u(),
Filesim(),
Multimoviesshg(),
Ahvsh(),
Guccihide(),
FileMoon(),
Expand Down Expand Up @@ -1188,6 +1206,8 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
VidHidePro4(),
VidHidePro5(),
VidHidePro6(),
VidHideHub(),
Ryderjet(),
Dhtpre(),

// CineMM Redirects
Expand All @@ -1211,6 +1231,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
LuluStream(),
Lulustream1(),
Lulustream2(),
Luluvdoo(),
StreamWishExtractor(),
StreamHLS(),
BigwarpIO(),
Expand Down