whoops forgot to import

This commit is contained in:
Zaw 2022-08-21 22:00:08 +03:00 committed by GitHub
parent 12a6d32150
commit 4bb2bd36dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
}
}