Sekaikomik: update domain (#2075)
This commit is contained in:
parent
a06318f264
commit
c2faa2774b
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Sekaikomik'
|
||||
extClass = '.Sekaikomik'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://sekaikomik.bio'
|
||||
overrideVersionCode = 11
|
||||
baseUrl = 'https://sekaikomik.guru'
|
||||
overrideVersionCode = 12
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||
|
||||
class Sekaikomik : MangaThemesia(
|
||||
"Sekaikomik",
|
||||
"https://sekaikomik.bio",
|
||||
"https://sekaikomik.guru",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue