Update Gomov.kt

Update mainurl
This commit is contained in:
adityajd 2024-02-26 20:53:54 +07:00 committed by GitHub
parent 2d486bdac4
commit 50f06e0e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
import java.net.URI
open class Gomov : MainAPI() {
override var mainUrl = "https://gomov.bio"
override var mainUrl = "https://gomov.info"
private var directUrl: String? = null
override var name = "Gomov"
override val hasMainPage = true
@ -201,4 +201,4 @@ open class Gomov : MainAPI() {
}
}
}
}