mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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() {
|
class VidEmbedProvider : VidstreamProviderTemplate() {
|
||||||
// mainUrl is good to have as a holder for the url to make future changes easier.
|
// 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.
|
// name is for how the provider will be named which is visible in the UI, no real rules for this.
|
||||||
override var name = "VidEmbed"
|
override var name = "VidEmbed"
|
||||||
|
|
Loading…
Reference in a new issue