diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidguard.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidguard.kt index 6d783532..230a9e1a 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidguard.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidguard.kt @@ -2,14 +2,12 @@ package com.lagradost.cloudstream3.extractors import android.util.Log import com.lagradost.cloudstream3.SubtitleFile +import com.lagradost.cloudstream3.app import com.lagradost.cloudstream3.utils.AppUtils import com.lagradost.cloudstream3.utils.ExtractorApi import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.INFER_TYPE import com.lagradost.cloudstream3.utils.Qualities -import okhttp3.OkHttpClient -import okhttp3.Request -import org.jsoup.Jsoup import org.mozilla.javascript.Context import org.mozilla.javascript.NativeJSON import org.mozilla.javascript.NativeObject