Update RebahinProvider.kt

This commit is contained in:
adityajd 2023-12-14 09:32:29 +07:00 committed by GitHub
parent 4c9bd706f7
commit 8986cff952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
import java.net.URI
open class RebahinProvider : MainAPI() {
override var mainUrl = "http://179.43.163.53"
override var mainUrl = "http://179.43.163.54"
private var directUrl: String? = null
override var name = "Rebahin"
override val hasMainPage = true