Update MyCimaProvider.kt

This commit is contained in:
yoyzo 2023-01-29 23:59:38 +03:00 committed by GitHub
parent ea6a8a87b9
commit bc6f129909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
class MyCima : MainAPI() {
override var lang = "ar"
override var mainUrl = "https://myciima.motorcycles"
override var mainUrl = "https://mycima.tv"
override var name = "MyCima"
override val usesWebView = false
override val hasMainPage = true
@ -324,4 +324,4 @@ class MyCima : MainAPI() {
}.flatten()
return true
}
}
}