Some fixes on Italian providers (#29)

This commit is contained in:
antonydp 2022-10-08 22:51:16 +02:00 committed by GitHub
parent b368fcce02
commit a535ba088d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 542 additions and 32 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 1
version = 2
cloudstream {
@ -7,7 +7,7 @@ cloudstream {
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
// authors = listOf("Cloudburst")
authors = listOf("Adippe")
/**
* Status int as the following:
@ -23,5 +23,5 @@ cloudstream {
)
iconUrl = "https://www.google.com/s2/favicons?domain=tantifilm.autos&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=tantifilm.yachts&sz=%size%"
}

View file

@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.network.CloudflareKiller
class TantifilmProvider : MainAPI() {
override var lang = "it"
override var mainUrl = "https://tantifilm.autos"
override var mainUrl = "https://tantifilm.yachts"
override var name = "Tantifilm"
override val hasMainPage = true
override val hasChromecastSupport = true
@ -242,4 +242,4 @@ class TantifilmProvider : MainAPI() {
}
return true
}
}
}