File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
library/src/commonMain/kotlin/com/lagradost/cloudstream3 Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,11 @@ class Playerwish : StreamWishExtractor() {
137137 override val mainUrl = " https://playerwish.com"
138138}
139139
140+ class HlsWish : StreamWishExtractor () {
141+ override val name = " HlsWish"
142+ override val mainUrl = " https://hlswish.com"
143+ }
144+
140145open class StreamWishExtractor : ExtractorApi () {
141146 override val name = " Streamwish"
142147 override val mainUrl = " https://streamwish.to"
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ import com.lagradost.cloudstream3.extractors.HDStreamAble
109109import com.lagradost.cloudstream3.extractors.Hotlinger
110110import com.lagradost.cloudstream3.extractors.HubCloud
111111import com.lagradost.cloudstream3.extractors.Hxfile
112+ import com.lagradost.cloudstream3.extractors.HlsWish
112113import com.lagradost.cloudstream3.extractors.InternetArchive
113114import com.lagradost.cloudstream3.extractors.JWPlayer
114115import com.lagradost.cloudstream3.extractors.Jawcloud
@@ -1237,6 +1238,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
12371238 Up4Stream (),
12381239 Up4FunTop (),
12391240 GUpload (),
1241+ HlsWish (),
12401242)
12411243
12421244
You can’t perform that action at this time.
0 commit comments