mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fix vizjer and add one more webflix instance
This commit is contained in:
parent
d8ed50157c
commit
4cda67d0a1
4 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue