Domain correction (#80)

This commit is contained in:
Flaam 2023-01-28 16:31:53 +00:00 committed by GitHub
parent e9247d553f
commit 903a8bb08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ data class TrailerElement(
class StreamingcommunityProvider: MainAPI() {
override var lang = "it"
override var mainUrl = "https://streamingcommunity.cheap"
override var mainUrl = "https://streamingcommunity.online"
override var name = "StreamingCommunity"
override val hasMainPage = true
override val hasChromecastSupport = true
@ -445,4 +445,4 @@ class StreamingcommunityProvider: MainAPI() {
)
return true
}
}
}