mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
fix(Cinevez): update domain and bump version
This commit is contained in:
parent
931ab31fea
commit
d7e9f37791
2 changed files with 3 additions and 3 deletions
|
@ -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%"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue