Update MHDTVProvider.kt

This commit is contained in:
Saksham Shekher 2023-02-07 12:29:26 +05:30 committed by GitHub
parent fee129c1ce
commit 35fa02aa26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
import kotlin.math.floor
class MHDTVProvider : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://mhdtvworld.xyz"
override var mainUrl = "https://mhdtvworld.me"
override var name = "MHDTVWorld"
override val hasMainPage = true
override var lang = "hi"