update domain

This commit is contained in:
LagradOst 2022-08-21 21:13:59 +02:00 committed by GitHub
parent 82a312baf5
commit a8c1c9ca44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -21,4 +21,6 @@ cloudstream {
"TvSeries",
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=hdmovie2.plus&sz=%size%"
}

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 1
version = 2
cloudstream {
@ -22,5 +22,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=yomovies.skin&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=yomovies.ink&sz=%size%"
}

View File

@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Element
class YomoviesProvider : MainAPI() {
override var mainUrl = "https://yomovies.skin"
override var mainUrl = "https://yomovies.ink"
override var name = "Yomovies"
override val hasMainPage = true
override var lang = "hi"