Skip to content

Commit 08b1d97

Browse files
authored
feat(extractors): add playmogo (doodstream mirror) (#2620)
1 parent 62e6895 commit 08b1d97

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/DoodExtractor.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.lagradost.cloudstream3.extractors
22

3+
import com.lagradost.cloudstream3.Prerelease
34
import com.lagradost.cloudstream3.SubtitleFile
45
import com.lagradost.cloudstream3.app
56
import com.lagradost.cloudstream3.utils.ExtractorApi
@@ -87,6 +88,11 @@ class MyVidPlay : DoodLaExtractor() {
8788
override var mainUrl = "https://myvidplay.com"
8889
}
8990

91+
@Prerelease
92+
class Playmogo : DoodLaExtractor() {
93+
override var mainUrl = "https://playmogo.com"
94+
}
95+
9096
open class DoodLaExtractor : ExtractorApi() {
9197
override var name = "DoodStream"
9298
override var mainUrl = "https://dood.la"

library/src/commonMain/kotlin/com/lagradost/cloudstream3/utils/ExtractorApi.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ import com.lagradost.cloudstream3.extractors.PlayLtXyz
174174
import com.lagradost.cloudstream3.extractors.PlayRu
175175
import com.lagradost.cloudstream3.extractors.PlayerVoxzer
176176
import com.lagradost.cloudstream3.extractors.Playerwish
177+
import com.lagradost.cloudstream3.extractors.Playmogo
177178
import com.lagradost.cloudstream3.extractors.Rabbitstream
178179
import com.lagradost.cloudstream3.extractors.RapidVid
179180
import com.lagradost.cloudstream3.extractors.Rasacintaku
@@ -1232,6 +1233,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
12321233
ByseVepoin(),
12331234
ByseBuho(),
12341235
MyVidPlay(),
1236+
Playmogo(),
12351237
Vide0Net(),
12361238
Up4Stream(),
12371239
Up4FunTop(),

0 commit comments

Comments
 (0)