diff --git a/FaselHDProvider/src/main/kotlin/com/faselhd/FaselHDProvider.kt b/FaselHDProvider/src/main/kotlin/com/faselhd/FaselHDProvider.kt index afd65c1..a5e0b59 100644 --- a/FaselHDProvider/src/main/kotlin/com/faselhd/FaselHDProvider.kt +++ b/FaselHDProvider/src/main/kotlin/com/faselhd/FaselHDProvider.kt @@ -3,6 +3,7 @@ package com.faselhd import com.lagradost.cloudstream3.* import com.lagradost.cloudstream3.utils.ExtractorLink +import com.lagradost.cloudstream3.network.CloudflareKiller import org.jsoup.nodes.Element class FaselHD : MainAPI() { @@ -158,4 +159,4 @@ class FaselHD : MainAPI() { } return true } -} \ No newline at end of file +}