update icons

This commit is contained in:
alex 2024-01-06 14:23:36 +07:00
parent bfb2037b3b
commit 42ebf564ed
10 changed files with 13 additions and 11 deletions

View file

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

View file

@ -11,7 +11,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
open class XCine : MainAPI() {
override var name = "XCine"
override var mainUrl = "https://xcine.ru"
override var mainUrl = "https://www1.xcine.ru"
override var lang = "de"
override val hasQuickSearch = true
override val usesWebView = false