File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
library/src/commonMain/kotlin/com/lagradost/cloudstream3 Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ class Bysezejataos : ByseSX() {
2121 override var mainUrl = " https://bysezejataos.com"
2222}
2323
24+ @Prerelease
25+ class ByseBuho : ByseSX () {
26+ override var name = " ByseBuho"
27+ override var mainUrl = " https://bysebuho.com"
28+ }
29+
30+ @Prerelease
31+ class ByseVepoin : ByseSX () {
32+ override var name = " ByseVepoin"
33+ override var mainUrl = " https://bysevepoin.com"
34+ }
35+
2436@Prerelease
2537open class ByseSX : ExtractorApi () {
2638 override var name = " Byse"
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ class Ds2video : DoodLaExtractor() {
7373 override var mainUrl = " https://ds2video.com"
7474}
7575
76+ class MyVidPlay : DoodLaExtractor () {
77+ override var mainUrl = " https://myvidplay.com"
78+ }
79+
7680open class DoodLaExtractor : ExtractorApi () {
7781 override var name = " DoodStream"
7882 override var mainUrl = " https://dood.la"
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ import com.lagradost.cloudstream3.extractors.Blogger
2020import com.lagradost.cloudstream3.extractors.BullStream
2121import com.lagradost.cloudstream3.extractors.ByseSX
2222import com.lagradost.cloudstream3.extractors.Bysezejataos
23+ import com.lagradost.cloudstream3.extractors.ByseBuho
24+ import com.lagradost.cloudstream3.extractors.ByseVepoin
2325import com.lagradost.cloudstream3.extractors.ByteShare
2426import com.lagradost.cloudstream3.extractors.Cda
2527import com.lagradost.cloudstream3.extractors.Cdnplayer
@@ -143,6 +145,7 @@ import com.lagradost.cloudstream3.extractors.Moviesm4u
143145import com.lagradost.cloudstream3.extractors.Mp4Upload
144146import com.lagradost.cloudstream3.extractors.Multimovies
145147import com.lagradost.cloudstream3.extractors.Mvidoo
148+ import com.lagradost.cloudstream3.extractors.MyVidPlay
146149import com.lagradost.cloudstream3.extractors.Mwish
147150import com.lagradost.cloudstream3.extractors.MwvnVizcloudInfo
148151import com.lagradost.cloudstream3.extractors.NathanFromSubject
@@ -1227,6 +1230,9 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
12271230 VkExtractor (),
12281231 Bysezejataos (),
12291232 ByseSX (),
1233+ ByseVepoin (),
1234+ ByseBuho (),
1235+ MyVidPlay (),
12301236 Up4Stream (),
12311237 Up4FunTop ()
12321238)
@@ -1352,4 +1358,4 @@ abstract class ExtractorApi {
13521358 open fun getExtractorUrl (id : String ): String {
13531359 return id
13541360 }
1355- }
1361+ }
You can’t perform that action at this time.
0 commit comments