Update VidEmbedProvider.kt (#1314)

This commit is contained in:
Saksham Shekher 2022-07-20 10:33:48 +05:30 committed by GitHub
parent f66ed45192
commit 53a6a9b1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"