mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
[Provider] JavTube
- Disable Example plugin
This commit is contained in:
parent
455d555d83
commit
f572acbf7e
6 changed files with 288 additions and 3 deletions
|
@ -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%"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue