Vidstream

class Vidstream(val mainUrl: String)

overrideMainUrl is necessary for for other vidstream clones like vidembed.cc If they diverge it'd be better to make them separate.

Constructors

Link copied to clipboard
constructor(mainUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun getUrl(id: String, isCasting: Boolean = false, subtitleCallback: (SubtitleFile) -> Unit, callback: (ExtractorLink) -> Unit): Boolean