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

import com.lagradost.api.Log
import com.lagradost.cloudstream3.Prerelease
import com.lagradost.cloudstream3.SubtitleFile
import com.lagradost.cloudstream3.USER_AGENT
import com.lagradost.cloudstream3.app
Expand All @@ -12,7 +13,6 @@ import com.lagradost.cloudstream3.utils.getAndUnpack
import com.lagradost.cloudstream3.utils.getPacked
import com.lagradost.cloudstream3.network.WebViewResolver


class Mwish : StreamWishExtractor() {
override val name = "Mwish"
override val mainUrl = "https://mwish.pro"
Expand All @@ -28,6 +28,12 @@ class Ewish : StreamWishExtractor() {
override val mainUrl = "https://embedwish.com"
}

@Prerelease
class Hgcloudto : StreamWishExtractor() {
override val name = "Hgcloud"
override val mainUrl = "https://Hgcloud.to"
}

class WishembedPro : StreamWishExtractor() {
override val name = "Wishembed"
override val mainUrl = "https://wishembed.pro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ import com.lagradost.cloudstream3.extractors.HDPlayerSystem
import com.lagradost.cloudstream3.extractors.HDStreamAble
import com.lagradost.cloudstream3.extractors.Habetar
import com.lagradost.cloudstream3.extractors.Haxloppd
import com.lagradost.cloudstream3.extractors.Hgcloudto
import com.lagradost.cloudstream3.extractors.HglinkTo
import com.lagradost.cloudstream3.extractors.HgplayCDN
import com.lagradost.cloudstream3.extractors.Hotlinger
Expand Down Expand Up @@ -1194,6 +1195,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
MetaGnathTuggers(),
Geodailymotion(),
Mwish(),
Hgcloudto(),
Dwish(),
Ewish(),
Kswplayer(),
Expand Down