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
1fdbda806d
commit
cfc2e619db
2 changed files with 0 additions and 6 deletions
|
@ -8,11 +8,6 @@ import com.lagradost.nicehttp.requestCreator
|
|||
import java.net.URI
|
||||
import java.util.ArrayList
|
||||
|
||||
class EmbedSito : XStreamCdn() {
|
||||
override val name: String = "EmbedSito"
|
||||
override val mainUrl: String = "https://embedsito.com"
|
||||
}
|
||||
|
||||
object SoraExtractor : SoraStream() {
|
||||
|
||||
suspend fun invokeLocalSources(
|
||||
|
|
|
@ -10,6 +10,5 @@ class SoraStreamPlugin: Plugin() {
|
|||
override fun load(context: Context) {
|
||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||
registerMainAPI(SoraStream())
|
||||
registerExtractorAPI(EmbedSito())
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue