fix vizjer and add one more webflix instance

This commit is contained in:
Cloudburst 2022-09-25 15:36:00 +02:00
parent d8ed50157c
commit 4cda67d0a1
4 changed files with 15 additions and 10 deletions

View file

@ -1,6 +1,5 @@
// use an integer for version numbers
version = 1
version = 2
cloudstream {
// All of these properties are optional, you can safely remove them

View file

@ -15,5 +15,6 @@ class WebFlixProviderPlugin: Plugin() {
registerMainAPI(WebFlixProvider("fr", "http://www.vanflix.cm", "Vanflix", setOf(TvType.Movie, TvType.TvSeries, TvType.Live)))
registerMainAPI(WebFlixProvider("pt-pt", "https://www.brflix.xyz", "BrFlix", setOf(TvType.Movie, TvType.TvSeries, TvType.Live)))
registerMainAPI(WebFlixProvider("ar", "https://ifilm.live", "ifilm.live", setOf(TvType.Movie, TvType.TvSeries)))
registerMainAPI(WebFlixProvider("en", "https://karmadarna.com", "KarMaDarNa", setOf(TvType.NSFW)))
}
}