Update Kitanonton.kt (#412)

update main url domain
This commit is contained in:
adityajd 2023-11-28 17:14:32 +07:00 committed by GitHub
parent 9ea1ab6256
commit d0b566bc01
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.*
class Kitanonton : RebahinProvider() {
override var mainUrl = "http://kitanonton.site"
override var mainUrl = "http://kitanonton.top"
override var name = "KitaNonton"
override var mainServer = "https://199.87.210.226"
@ -29,4 +29,4 @@ class Kitanonton : RebahinProvider() {
}
return newHomePageResponse(request.name, home)
}
}
}