mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
Sekaikomik: update domain (#2075)
This commit is contained in:
parent
72bed526c4
commit
5ea18ed7de
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Sekaikomik'
|
extName = 'Sekaikomik'
|
||||||
extClass = '.Sekaikomik'
|
extClass = '.Sekaikomik'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://sekaikomik.bio'
|
baseUrl = 'https://sekaikomik.guru'
|
||||||
overrideVersionCode = 11
|
overrideVersionCode = 12
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class Sekaikomik : MangaThemesia(
|
class Sekaikomik : MangaThemesia(
|
||||||
"Sekaikomik",
|
"Sekaikomik",
|
||||||
"https://sekaikomik.bio",
|
"https://sekaikomik.guru",
|
||||||
"id",
|
"id",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user