Skip to content

Commit 1abb9d3

Browse files
authored
Add new StreamWish mainUrl (#2415)
1 parent 79d82b3 commit 1abb9d3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
140145
open class StreamWishExtractor : ExtractorApi() {
141146
override val name = "Streamwish"
142147
override val mainUrl = "https://streamwish.to"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ import com.lagradost.cloudstream3.extractors.HDStreamAble
109109
import com.lagradost.cloudstream3.extractors.Hotlinger
110110
import com.lagradost.cloudstream3.extractors.HubCloud
111111
import com.lagradost.cloudstream3.extractors.Hxfile
112+
import com.lagradost.cloudstream3.extractors.HlsWish
112113
import com.lagradost.cloudstream3.extractors.InternetArchive
113114
import com.lagradost.cloudstream3.extractors.JWPlayer
114115
import 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

0 commit comments

Comments
 (0)