mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update Acefile.kt
This commit is contained in:
parent
e4ba852007
commit
4edda53d28
1 changed files with 2 additions and 2 deletions
|
@ -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<ExtractorLink> {
|
||||
val sources = mutableListOf<ExtractorLink>()
|
||||
|
@ -36,4 +36,4 @@ open class Acefile : ExtractorApi() {
|
|||
return sources
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue