Webtoon Hatti: update domain, date format (#9925)
This commit is contained in:
parent
bd8174f9e9
commit
09e1750887
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user