From f3f946613422c728d973c33e600f0cab2b19b554 Mon Sep 17 00:00:00 2001 From: b4byhuey <60543438+b4byhuey@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:08:50 +0800 Subject: [PATCH] Forget something --- .../java/com/lagradost/cloudstream3/extractors/Vidguard.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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