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
@@ -1,5 +1,6 @@
package com.lagradost.cloudstream3.extractors

import com.lagradost.cloudstream3.Prerelease
import com.lagradost.cloudstream3.SubtitleFile
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.ExtractorApi
Expand Down Expand Up @@ -87,6 +88,11 @@ class MyVidPlay : DoodLaExtractor() {
override var mainUrl = "https://myvidplay.com"
}

@Prerelease
class Playmogo : DoodLaExtractor() {
override var mainUrl = "https://playmogo.com"
}

open class DoodLaExtractor : ExtractorApi() {
override var name = "DoodStream"
override var mainUrl = "https://dood.la"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ import com.lagradost.cloudstream3.extractors.PlayLtXyz
import com.lagradost.cloudstream3.extractors.PlayRu
import com.lagradost.cloudstream3.extractors.PlayerVoxzer
import com.lagradost.cloudstream3.extractors.Playerwish
import com.lagradost.cloudstream3.extractors.Playmogo
import com.lagradost.cloudstream3.extractors.Rabbitstream
import com.lagradost.cloudstream3.extractors.RapidVid
import com.lagradost.cloudstream3.extractors.Rasacintaku
Expand Down Expand Up @@ -1232,6 +1233,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
ByseVepoin(),
ByseBuho(),
MyVidPlay(),
Playmogo(),
Vide0Net(),
Up4Stream(),
Up4FunTop(),
Expand Down