|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'ManhwaLand.mom'
|
||||
extClass = '.ManhwaLandMom'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://manhwaland.lat'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://www.manhwaland.space'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 26 KiB |
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||
|
||||
class ManhwaLandMom : MangaThemesia(
|
||||
"ManhwaLand.mom",
|
||||
"https://manhwaland.lat",
|
||||
"https://www.manhwaland.space",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
||||
) {
|
||||
|
|