Update KuramanimeProvider.kt

This commit is contained in:
Hexated 2023-08-27 06:13:47 +07:00 committed by GitHub
parent 4c28c0567c
commit e4736f1e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.jsoup.Jsoup
import org.jsoup.nodes.Element
class KuramanimeProvider : MainAPI() {
override var mainUrl = "https://kuramanime.xyz"
override var mainUrl = "https://kuramanime.pro"
override var name = "Kuramanime"
override val hasQuickSearch = false
override val hasMainPage = true