Fixed PhimmoichillProvider and disabled some providers

This commit is contained in:
Blatzar 2022-08-24 03:51:05 +02:00
parent 4baacbb689
commit 0860d85a7c
7 changed files with 28 additions and 17 deletions

View file

@ -16,7 +16,7 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
tvTypes = listOf(
"TvSeries",
"Movie",

View file

@ -1,10 +1,12 @@
package com.lagradost
import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.mvvm.logError
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.loadExtractor
class PeliSmartProvider: MainAPI() {
// Dead link
override var mainUrl = "https://pelismart.com"
override var name = "PeliSmart"
override var lang = "es"
@ -45,7 +47,7 @@ class PeliSmartProvider: MainAPI() {
items.add(HomePageList(name, home))
} catch (e: Exception) {
e.printStackTrace()
logError(e)
}
}