mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Some fixes on italian providers (#1337)
This commit is contained in:
parent
9b6b06437f
commit
4427dba69e
6 changed files with 14 additions and 11 deletions
|
@ -114,8 +114,11 @@
|
|||
<data android:scheme="https" android:host="secretlink.xyz" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="hdm.to" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="theflix.to" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="streamingcommunity.org" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="www.tantifilm.rodeo" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="streamingcommunity.best" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="altadefinizione.tienda" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="cb01.rip" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="filmpertutti.love" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="www.tantifilm.nl" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="v2.apimdb.net" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="www.wcostream.com" android:pathPrefix="/"/>
|
||||
<data android:scheme="https" android:host="gogoanime.film" android:pathPrefix="/"/>
|
||||
|
|
|
@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
|
|||
|
||||
class AltadefinizioneProvider : MainAPI() {
|
||||
override var lang = "it"
|
||||
override var mainUrl = "https://altadefinizione.hair"
|
||||
override var mainUrl = "https://altadefinizione.tienda"
|
||||
override var name = "Altadefinizione"
|
||||
override val hasMainPage = true
|
||||
override val hasChromecastSupport = true
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.jsoup.nodes.Element
|
|||
|
||||
class FilmpertuttiProvider : MainAPI() {
|
||||
override var lang = "it"
|
||||
override var mainUrl = "https://www.filmpertutti.love"
|
||||
override var mainUrl = "https://filmpertutti.love"
|
||||
override var name = "Filmpertutti"
|
||||
override val hasMainPage = true
|
||||
override val hasChromecastSupport = true
|
||||
|
|
|
@ -51,7 +51,7 @@ data class Image(
|
|||
@JsonProperty("proxy_id") val proxyID: Long,
|
||||
@JsonProperty("url") val url: String,
|
||||
@JsonProperty("type") val type: String,
|
||||
@JsonProperty("sc_url") val scURL: String,
|
||||
// @JsonProperty("sc_url") val scURL: String,
|
||||
// @JsonProperty("proxy") val proxy: Proxy,
|
||||
// @JsonProperty("server") val server: Proxy
|
||||
)
|
||||
|
@ -128,7 +128,7 @@ data class TrailerElement(
|
|||
|
||||
class StreamingcommunityProvider : MainAPI() {
|
||||
override var lang = "it"
|
||||
override var mainUrl = "https://streamingcommunity.org"
|
||||
override var mainUrl = "https://streamingcommunity.best"
|
||||
override var name = "Streamingcommunity"
|
||||
override val hasMainPage = true
|
||||
override val hasChromecastSupport = true
|
||||
|
|
|
@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
|
|||
|
||||
class TantifilmProvider : MainAPI() {
|
||||
override var lang = "it"
|
||||
override var mainUrl = "https://www.tantifilm.pics"
|
||||
override var mainUrl = "https://www.tantifilm.nl"
|
||||
override var name = "Tantifilm"
|
||||
override val hasMainPage = true
|
||||
override val hasChromecastSupport = true
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"language": "it",
|
||||
"name": "Altadefinizione",
|
||||
"status": 1,
|
||||
"url": "https://altadefinizione.hair"
|
||||
"url": "https://altadefinizione.tienda"
|
||||
},
|
||||
"AniflixProvider": {
|
||||
"language": "en",
|
||||
|
@ -103,7 +103,7 @@
|
|||
"CineblogProvider": {
|
||||
"language": "it",
|
||||
"name": "CineBlog",
|
||||
"status": 0,
|
||||
"status": 1,
|
||||
"url": "https://cb01.rip"
|
||||
},
|
||||
"CinecalidadProvider": {
|
||||
|
@ -197,7 +197,7 @@
|
|||
"FilmpertuttiProvider": {
|
||||
"language": "it",
|
||||
"name": "Filmpertutti",
|
||||
"status": 0,
|
||||
"status": 1,
|
||||
"url": "https://www.filmpertutti.love"
|
||||
},
|
||||
"FmoviesToProvider": {
|
||||
|
@ -478,7 +478,7 @@
|
|||
"language": "it",
|
||||
"name": "Tantifilm",
|
||||
"status": 1,
|
||||
"url": "https://www.tantifilm.pics"
|
||||
"url": "https://www.tantifilm.nl"
|
||||
},
|
||||
"TenshiProvider": {
|
||||
"language": "en",
|
||||
|
|
Loading…
Reference in a new issue