forked from recloudstream/cloudstream
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="secretlink.xyz" android:pathPrefix="/"/>
|
||||||
<data android:scheme="https" android:host="hdm.to" 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="theflix.to" android:pathPrefix="/"/>
|
||||||
<data android:scheme="https" android:host="streamingcommunity.org" android:pathPrefix="/"/>
|
<data android:scheme="https" android:host="streamingcommunity.best" android:pathPrefix="/"/>
|
||||||
<data android:scheme="https" android:host="www.tantifilm.rodeo" 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="v2.apimdb.net" android:pathPrefix="/"/>
|
||||||
<data android:scheme="https" android:host="www.wcostream.com" android:pathPrefix="/"/>
|
<data android:scheme="https" android:host="www.wcostream.com" android:pathPrefix="/"/>
|
||||||
<data android:scheme="https" android:host="gogoanime.film" 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() {
|
class AltadefinizioneProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
override var mainUrl = "https://altadefinizione.hair"
|
override var mainUrl = "https://altadefinizione.tienda"
|
||||||
override var name = "Altadefinizione"
|
override var name = "Altadefinizione"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasChromecastSupport = true
|
override val hasChromecastSupport = true
|
||||||
|
|
|
@ -14,7 +14,7 @@ import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class FilmpertuttiProvider : MainAPI() {
|
class FilmpertuttiProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
override var mainUrl = "https://www.filmpertutti.love"
|
override var mainUrl = "https://filmpertutti.love"
|
||||||
override var name = "Filmpertutti"
|
override var name = "Filmpertutti"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasChromecastSupport = true
|
override val hasChromecastSupport = true
|
||||||
|
|
|
@ -51,7 +51,7 @@ data class Image(
|
||||||
@JsonProperty("proxy_id") val proxyID: Long,
|
@JsonProperty("proxy_id") val proxyID: Long,
|
||||||
@JsonProperty("url") val url: String,
|
@JsonProperty("url") val url: String,
|
||||||
@JsonProperty("type") val type: String,
|
@JsonProperty("type") val type: String,
|
||||||
@JsonProperty("sc_url") val scURL: String,
|
// @JsonProperty("sc_url") val scURL: String,
|
||||||
// @JsonProperty("proxy") val proxy: Proxy,
|
// @JsonProperty("proxy") val proxy: Proxy,
|
||||||
// @JsonProperty("server") val server: Proxy
|
// @JsonProperty("server") val server: Proxy
|
||||||
)
|
)
|
||||||
|
@ -128,7 +128,7 @@ data class TrailerElement(
|
||||||
|
|
||||||
class StreamingcommunityProvider : MainAPI() {
|
class StreamingcommunityProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
override var mainUrl = "https://streamingcommunity.org"
|
override var mainUrl = "https://streamingcommunity.best"
|
||||||
override var name = "Streamingcommunity"
|
override var name = "Streamingcommunity"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasChromecastSupport = true
|
override val hasChromecastSupport = true
|
||||||
|
|
|
@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
|
||||||
|
|
||||||
class TantifilmProvider : MainAPI() {
|
class TantifilmProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
override var mainUrl = "https://www.tantifilm.pics"
|
override var mainUrl = "https://www.tantifilm.nl"
|
||||||
override var name = "Tantifilm"
|
override var name = "Tantifilm"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasChromecastSupport = true
|
override val hasChromecastSupport = true
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"language": "it",
|
"language": "it",
|
||||||
"name": "Altadefinizione",
|
"name": "Altadefinizione",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
"url": "https://altadefinizione.hair"
|
"url": "https://altadefinizione.tienda"
|
||||||
},
|
},
|
||||||
"AniflixProvider": {
|
"AniflixProvider": {
|
||||||
"language": "en",
|
"language": "en",
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
"CineblogProvider": {
|
"CineblogProvider": {
|
||||||
"language": "it",
|
"language": "it",
|
||||||
"name": "CineBlog",
|
"name": "CineBlog",
|
||||||
"status": 0,
|
"status": 1,
|
||||||
"url": "https://cb01.rip"
|
"url": "https://cb01.rip"
|
||||||
},
|
},
|
||||||
"CinecalidadProvider": {
|
"CinecalidadProvider": {
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
"FilmpertuttiProvider": {
|
"FilmpertuttiProvider": {
|
||||||
"language": "it",
|
"language": "it",
|
||||||
"name": "Filmpertutti",
|
"name": "Filmpertutti",
|
||||||
"status": 0,
|
"status": 1,
|
||||||
"url": "https://www.filmpertutti.love"
|
"url": "https://www.filmpertutti.love"
|
||||||
},
|
},
|
||||||
"FmoviesToProvider": {
|
"FmoviesToProvider": {
|
||||||
|
@ -478,7 +478,7 @@
|
||||||
"language": "it",
|
"language": "it",
|
||||||
"name": "Tantifilm",
|
"name": "Tantifilm",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
"url": "https://www.tantifilm.pics"
|
"url": "https://www.tantifilm.nl"
|
||||||
},
|
},
|
||||||
"TenshiProvider": {
|
"TenshiProvider": {
|
||||||
"language": "en",
|
"language": "en",
|
||||||
|
|
Loading…
Reference in a new issue