Streamingcommunity Domain fix (#1214)

* bug fixes and add cast

* fixed Altadefinizione search

* fixed Altadefinizione search

* Add trailer to italians providers

* Update StreamingcommunityProvider.kt

Fix provider domain

Co-authored-by: Osten <11805592+LagradOst@users.noreply.github.com>
This commit is contained in:
antonydp 2022-06-25 00:19:52 +02:00 committed by GitHub
parent fc688f13f5
commit 5abbeb9eca
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.press"
override var mainUrl = "https://streamingcommunity.business"
override var name = "Streamingcommunity"
override val hasMainPage = true
override val hasChromecastSupport = true
@ -435,4 +435,4 @@ class StreamingcommunityProvider : MainAPI() {
getM3u8Qualities(link, data, URI(link).host).forEach(callback)
return true
}
}
}