Try fixing build

This commit is contained in:
Hexated 2022-11-30 05:44:34 +07:00 committed by GitHub
parent 28949c27b1
commit e5fb9e74cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Document
import org.jsoup.nodes.Element
//test
class Samehadaku : MainAPI() {
override var mainUrl = "https://samehadaku.win"
override var name = "Samehadaku"
@ -235,4 +236,4 @@ class Samehadaku : MainAPI() {
class Suzihaza: XStreamCdn() {
override val name: String = "Suzihaza"
override val mainUrl: String = "https://suzihaza.com"
}
}