Update Pusatfilm.kt

update domain
This commit is contained in:
adityajd 2023-11-29 07:24:46 +07:00 committed by GitHub
parent 19b32029e6
commit c4871dc6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.TvSeriesLoadResponse
import com.lagradost.cloudstream3.*
class Pusatfilm : Gomov() {
override var mainUrl = "https://pusatfilm21.art"
override var mainUrl = "http://185.190.140.116"
override var name = "Pusatfilm"
override val mainPage = mainPageOf(
@ -38,4 +38,4 @@ class Pusatfilm : Gomov() {
}
}
}
}