From 055708cb7960c5dabd9c5b196c9f054bab40205a Mon Sep 17 00:00:00 2001 From: hexated Date: Mon, 17 Oct 2022 11:26:33 +0700 Subject: [PATCH] clean up --- SoraStream/src/main/kotlin/com/hexated/SoraStream.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index 7de92147..fe0329cd 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -1,6 +1,5 @@ package com.hexated -import android.util.Log import com.fasterxml.jackson.annotation.JsonProperty import com.hexated.RandomUserAgent.getRandomUserAgent import com.hexated.SoraExtractor.invokeLocalSources @@ -8,12 +7,10 @@ import com.hexated.SoraExtractor.invokeTwoEmbed import com.hexated.SoraExtractor.invokeVidSrcSources import com.lagradost.cloudstream3.* import com.lagradost.cloudstream3.metaproviders.TmdbProvider -import com.lagradost.cloudstream3.utils.AppUtils import com.lagradost.cloudstream3.utils.AppUtils.parseJson import com.lagradost.cloudstream3.utils.AppUtils.toJson import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.Qualities -import com.lagradost.cloudstream3.utils.loadExtractor import kotlin.math.roundToInt open class SoraStream : TmdbProvider() {