This commit is contained in:
Saksham Shekher 2023-04-05 02:05:14 +00:00 committed by GitHub
commit 90ff01eb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version = 1
version = 2
cloudstream {
@ -22,5 +22,5 @@ cloudstream {
"Anime"
)
iconUrl = "https://www.google.com/s2/favicons?domain=moviesmod.net&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=https://moviesmod.net.in&sz=%size%"
}

View File

@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.Qualities
import org.jsoup.nodes.Element
class MoviesModProvider : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://moviesmod.net"
override var mainUrl = "https://moviesmod.net.in"
override var name = "MoviesMod"
override val hasMainPage = true
override var lang = "hi"