forked from recloudstream/cloudstream
Update VidEmbedProvider.kt (#1314)
This commit is contained in:
parent
f66ed45192
commit
53a6a9b1a4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.TvType
|
|||
*/
|
||||
class VidEmbedProvider : VidstreamProviderTemplate() {
|
||||
// mainUrl is good to have as a holder for the url to make future changes easier.
|
||||
override var mainUrl = "https://vidembed.cc"
|
||||
override var mainUrl = "https://membed.net"
|
||||
|
||||
// name is for how the provider will be named which is visible in the UI, no real rules for this.
|
||||
override var name = "VidEmbed"
|
||||
|
|
Loading…
Reference in a new issue