mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
cleaning SoraExtractor
This commit is contained in:
parent
5c31139819
commit
9ee80f848f
2 changed files with 0 additions and 6 deletions
|
@ -8,11 +8,6 @@ import com.lagradost.nicehttp.requestCreator
|
||||||
import java.net.URI
|
import java.net.URI
|
||||||
import java.util.ArrayList
|
import java.util.ArrayList
|
||||||
|
|
||||||
class EmbedSito : XStreamCdn() {
|
|
||||||
override val name: String = "EmbedSito"
|
|
||||||
override val mainUrl: String = "https://embedsito.com"
|
|
||||||
}
|
|
||||||
|
|
||||||
object SoraExtractor : SoraStream() {
|
object SoraExtractor : SoraStream() {
|
||||||
|
|
||||||
suspend fun invokeLocalSources(
|
suspend fun invokeLocalSources(
|
||||||
|
|
|
@ -10,6 +10,5 @@ class SoraStreamPlugin: Plugin() {
|
||||||
override fun load(context: Context) {
|
override fun load(context: Context) {
|
||||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||||
registerMainAPI(SoraStream())
|
registerMainAPI(SoraStream())
|
||||||
registerExtractorAPI(EmbedSito())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue