Update AnimeDekhoProvider.kt

Domain name updated
This commit is contained in:
ryan4021 2024-05-22 14:49:59 +05:30 committed by GitHub
parent d540c0702c
commit 8502d65410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.toJson
import org.jsoup.nodes.Element
class AnimeDekhoProvider : MainAPI() {
override var mainUrl = "https://animedekho.com"
override var mainUrl = "https://animedekho.net"
override var name = "Anime Dekho"
override val hasMainPage = true
override var lang = "hi"
@ -145,4 +145,4 @@ class AnimeDekhoProvider : MainAPI() {
}
data class Media(val url: String, val poster: String? = null, val mediaType: Int? = null)
}
}