Update Ngefilm.kt

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

View File

@ -3,7 +3,7 @@ package com.hexated
import com.lagradost.cloudstream3.mainPageOf
class Ngefilm : Gomov() {
override var mainUrl = "https://nge-film.xyz"
override var mainUrl = "https://nge-film21.fun"
override var name = "Ngefilm"
override val mainPage = mainPageOf(
@ -13,4 +13,4 @@ class Ngefilm : Gomov() {
"/page/%d/?s=&search=advanced&post_type=tv&index=&orderby=&genre=&movieyear=&country=indonesia&quality=" to "Series Indonesia",
)
}
}