fix(Cinevez): update domain and bump version

This commit is contained in:
Deepak Patil 2022-12-31 14:00:57 +05:30
parent 931ab31fea
commit d7e9f37791
No known key found for this signature in database
GPG Key ID: 72C2703D0D120C3D
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version = 1
version = 2
cloudstream {
@ -21,5 +21,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=cinevez.pe&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=ww1.cinevez.mx&sz=%size%"
}

View File

@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Element
class CinevezProvider : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://cinevez.pe"
override var mainUrl = "https://ww1.cinevez.mx"
override var name = "Cinevez"
override val hasMainPage = true
override var lang = "hi"