Update TantiFilmProvider.kt

This commit is contained in:
antonydp 2022-10-01 02:02:40 +02:00 committed by GitHub
parent e76acb9ffb
commit 927d74a1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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
}
}
}