mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
re-enabled sflix and its clones
This commit is contained in:
parent
507be7e705
commit
fbfcde0295
1 changed files with 3 additions and 4 deletions
|
@ -72,6 +72,9 @@ object APIHolder {
|
|||
BflixProvider("https://fmovies.to","Fmovies.to"),
|
||||
BflixProvider("https://sflix.pro","Sflix.pro"),
|
||||
|
||||
SflixProvider("https://sflix.to", "Sflix.to"),
|
||||
SflixProvider("https://dopebox.to", "Dopebox"),
|
||||
SflixProvider("https://solarmovie.pe", "Solarmovie"),
|
||||
|
||||
//TmdbProvider(),
|
||||
|
||||
|
@ -107,10 +110,6 @@ object APIHolder {
|
|||
private val backwardsCompatibleProviders = arrayListOf(
|
||||
KawaiifuProvider(), // removed due to cloudflare
|
||||
HDMProvider(),// removed due to cloudflare
|
||||
|
||||
SflixProvider("https://sflix.to", "Sflix"),
|
||||
SflixProvider("https://dopebox.to", "Dopebox"),
|
||||
SflixProvider("https://solarmovie.pe", "Solarmovie"),
|
||||
)
|
||||
|
||||
fun getApiFromName(apiName: String?): MainAPI {
|
||||
|
|
Loading…
Reference in a new issue