cleaning SoraExtractor

This commit is contained in:
hexated 2022-10-18 07:31:51 +07:00
parent 5c31139819
commit 9ee80f848f
2 changed files with 0 additions and 6 deletions

View File

@ -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(

View File

@ -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())
}
}