diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/Acefile.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/Acefile.kt index c782b29d..319f2f27 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/Acefile.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/Acefile.kt @@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.* open class Acefile : ExtractorApi() { override val name = "Acefile" override val mainUrl = "https://acefile.co" - override val requiresReferer = false + override val requiresReferer = true override suspend fun getUrl(url: String, referer: String?): List { val sources = mutableListOf() @@ -36,4 +36,4 @@ open class Acefile : ExtractorApi() { return sources } -} \ No newline at end of file +}