[Provider] JavTube

- Disable Example plugin
This commit is contained in:
Jace 2022-10-02 19:31:15 +08:00
parent 455d555d83
commit f572acbf7e
6 changed files with 288 additions and 3 deletions

View file

@ -15,12 +15,12 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
// List of video source types. Users are able to filter for extensions in a given category.
// You can find a list of avaliable types here:
// https://recloudstream.github.io/cloudstream/html/app/com.lagradost.cloudstream3/-tv-type/index.html
tvTypes = listOf("NSFW")
iconUrl = ""
iconUrl = "https://www.google.com/s2/favicons?domain=example.com&sz=%size%"
}

View file

@ -4,5 +4,6 @@ import com.lagradost.cloudstream3.MainAPI
import com.lagradost.cloudstream3.TvType
class Example : MainAPI() {
private val globalTvType = TvType.Movie
private val DEV = "DevDebug"
private val globaltvType = TvType.Movie
}