Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Jan 8, 2024
1 parent fd2bf73 commit 29b93ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.*

open class ContentX : ExtractorApi() {
override val name = "ContentX"
override val mainUrl = "${mainUrl}"
override val mainUrl = "https://contentx.me"
override val requiresReferer = true

override suspend fun getUrl(url: String, referer: String?, subtitleCallback: (SubtitleFile) -> Unit, callback: (ExtractorLink) -> Unit) {
Expand Down

0 comments on commit 29b93ee

Please sign in to comment.