ManhwaLand.mom: update domain (#4550)

This commit is contained in:
Vetle Ledaal 2024-08-10 14:55:20 +02:00 committed by Draff
parent 15aebe8edb
commit 89dbb360d3
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'ManhwaLand.mom'
extClass = '.ManhwaLandMom'
themePkg = 'mangathemesia'
baseUrl = 'https://www.manhwaland.space'
overrideVersionCode = 6
baseUrl = 'https://www.manhwaland.ink'
overrideVersionCode = 7
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class ManhwaLandMom : MangaThemesia(
"ManhwaLand.mom",
"https://www.manhwaland.space",
"https://www.manhwaland.ink",
"id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
) {