Update Nodrakorid.kt

update mainurl
This commit is contained in:
adityajd 2023-12-14 14:15:13 +07:00 committed by GitHub
parent 2c4e194e7a
commit 947baa95b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
import java.net.URI
class Nodrakorid : Gomov() {
override var mainUrl = "https://nodra-kor.xyz"
override var mainUrl = "https://no-dra-kor-id.shop"
override var name = "Nodrakorid"
override val mainPage = mainPageOf(
@ -151,4 +151,4 @@ class Nodrakorid : Gomov() {
@JsonProperty("first") var first: String,
@JsonProperty("second") var second: String
)
}
}