Update Extractors.kt

This commit is contained in:
Hexated 2023-06-10 10:54:20 +07:00 committed by GitHub
parent 75ee326411
commit 4492ff2f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ class Sbrulz : Sbflix() {
override var mainUrl = "https://sbrulz.xyz"
}
class Sbmiz : Sbflix() {
override val name = "Sbmiz"
override var mainUrl = "https://sbmiz.site"
}
open class Sbflix : ExtractorApi() {
override val mainUrl = "https://sbflix.xyz"
override val name = "Sbflix"