File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Moflix/src/main/kotlin/com/bnyro Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11package com.bnyro
22
3+ import com.lagradost.cloudstream3.Prerelease
4+ import com.lagradost.cloudstream3.extractors.ByseSX
35import com.lagradost.cloudstream3.extractors.VidHidePro
46import com.lagradost.cloudstream3.extractors.VidStack
57import com.lagradost.cloudstream3.extractors.Vidguardto
@@ -22,4 +24,10 @@ class MoflixRpmplay : VidStack() {
2224open class MoflixClick : VidHidePro () {
2325 override val name = " MoflixClick"
2426 override val mainUrl = " https://moflix-stream.click"
25- }
27+ }
28+
29+ @Prerelease
30+ open class MoflixLink : ByseSX () {
31+ override var name = " MoflixLink"
32+ override var mainUrl = " https://moflix-stream.link"
33+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class MoflixPlugin: Plugin() {
1515 registerExtractorAPI(MoflixUpns ())
1616 registerExtractorAPI(MoflixRpmplay ())
1717 registerExtractorAPI(MoflixDay ())
18+ registerExtractorAPI(MoflixLink ())
1819 registerExtractorAPI(DoodstreamCom ())
1920 }
2021}
You can’t perform that action at this time.
0 commit comments