Webtoon Hatti: update domain, date format (#9925)

This commit is contained in:
Vetle Ledaal 2025-08-03 10:25:20 +02:00 committed by Draff
parent bd8174f9e9
commit 09e1750887
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Webtoon Hatti'
extClass = '.WebtoonHatti'
themePkg = 'madara'
baseUrl = 'https://webtoonhatti.me'
overrideVersionCode = 6
baseUrl = 'https://webtoonhatti.club'
overrideVersionCode = 7
isNsfw = false
}

View File

@ -6,9 +6,9 @@ import java.util.Locale
class WebtoonHatti : Madara(
"Webtoon Hatti",
"https://webtoonhatti.me",
"https://webtoonhatti.club",
"tr",
dateFormat = SimpleDateFormat("dd MMMM", Locale("tr")),
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val useNewChapterEndpoint = false