TonizuToon: Update domain & status selector (#9018)

* TonizuToon: Bump versionCode

* TonizuToon: Update baseURL

* TonizuToon: Update status selector
This commit is contained in:
Smol Ame 2025-05-29 17:42:46 -08:00 committed by Draff
parent d5301985cf
commit 866eeef617
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'TonizuToon'
extClass = '.TonizuToon'
themePkg = 'madara'
baseUrl = 'https://tonizu.xyz'
overrideVersionCode = 2
baseUrl = 'https://tonizu.top'
overrideVersionCode = 3
isNsfw = true
}

View File

@ -9,7 +9,7 @@ import java.util.Locale
class TonizuToon : Madara(
"TonizuToon",
"https://tonizu.xyz",
"https://tonizu.top",
"tr",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
@ -19,7 +19,7 @@ class TonizuToon : Madara(
override val mangaDetailsSelectorAuthor = ".summary-heading:contains(Yazar) ~ .summary-content"
override val mangaDetailsSelectorStatus = ".summary-heading:contains(Durumu) ~ .summary-content"
override val mangaDetailsSelectorStatus = ".summary-heading:contains(Durum) ~ .summary-content"
override val client = network.cloudflareClient.newBuilder()
.addNetworkInterceptor(::loginCheckInterceptor)