mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
changed domain Xcinetop
This commit is contained in:
parent
4ce6754765
commit
bcac1d2afa
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 2
|
version = 3
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -12,7 +12,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class Xcinetop : MainAPI() {
|
class Xcinetop : MainAPI() {
|
||||||
override var mainUrl = "https://xcine.top"
|
override var mainUrl = "https://xcine.click"
|
||||||
override var name = "Xcine.top"
|
override var name = "Xcine.top"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasDownloadSupport = true
|
override val hasDownloadSupport = true
|
||||||
|
|
Loading…
Reference in a new issue