File tree Expand file tree Collapse file tree
library/src/commonMain/kotlin/com/lagradost/cloudstream3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com.lagradost.cloudstream3.extractors
22
3+ import com.lagradost.cloudstream3.Prerelease
34import com.lagradost.cloudstream3.SubtitleFile
45import com.lagradost.cloudstream3.app
56import 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+
9096open class DoodLaExtractor : ExtractorApi () {
9197 override var name = " DoodStream"
9298 override var mainUrl = " https://dood.la"
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ import com.lagradost.cloudstream3.extractors.PlayLtXyz
174174import com.lagradost.cloudstream3.extractors.PlayRu
175175import com.lagradost.cloudstream3.extractors.PlayerVoxzer
176176import com.lagradost.cloudstream3.extractors.Playerwish
177+ import com.lagradost.cloudstream3.extractors.Playmogo
177178import com.lagradost.cloudstream3.extractors.Rabbitstream
178179import com.lagradost.cloudstream3.extractors.RapidVid
179180import 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 (),
You can’t perform that action at this time.
0 commit comments