fix: update some domain (#9432)
This commit is contained in:
parent
b7b69b73fa
commit
4c9e52353a
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'CosmicScans.id'
|
extName = 'CosmicScans.id'
|
||||||
extClass = '.CosmicScansID'
|
extClass = '.CosmicScansID'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://lc2.cosmicscans.asia'
|
baseUrl = 'https://lc3.cosmicscans.asia'
|
||||||
overrideVersionCode = 11
|
overrideVersionCode = 12
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ import java.util.concurrent.TimeUnit
|
|||||||
class CosmicScansID :
|
class CosmicScansID :
|
||||||
MangaThemesia(
|
MangaThemesia(
|
||||||
"CosmicScans.id",
|
"CosmicScans.id",
|
||||||
"https://lc2.cosmicscans.asia",
|
"https://lc3.cosmicscans.asia",
|
||||||
"id",
|
"id",
|
||||||
),
|
),
|
||||||
ConfigurableSource {
|
ConfigurableSource {
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Kiryuu'
|
extName = 'Kiryuu'
|
||||||
extClass = '.Kiryuu'
|
extClass = '.Kiryuu'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://kiryuu01.com'
|
baseUrl = 'https://kiryuu02.com'
|
||||||
overrideVersionCode = 10
|
overrideVersionCode = 11
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ import org.jsoup.nodes.Document
|
|||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class Kiryuu : MangaThemesia("Kiryuu", "https://kiryuu01.com", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
class Kiryuu : MangaThemesia("Kiryuu", "https://kiryuu02.com", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||||
// Formerly "Kiryuu (WP Manga Stream)"
|
// Formerly "Kiryuu (WP Manga Stream)"
|
||||||
override val id = 3639673976007021338
|
override val id = 3639673976007021338
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Tenshi.id'
|
extName = 'Tenshi.id'
|
||||||
extClass = '.TenshiId'
|
extClass = '.TenshiId'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://tenshi01.id'
|
baseUrl = 'https://01.tenshiku.asia'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class TenshiId : MangaThemesia(
|
class TenshiId : MangaThemesia(
|
||||||
"Tenshi.id",
|
"Tenshi.id",
|
||||||
"https://tenshi01.id",
|
"https://01.tenshiku.asia",
|
||||||
"id",
|
"id",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID")),
|
||||||
mangaUrlDirectory = "/komik",
|
mangaUrlDirectory = "/komik",
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Siikomik'
|
extName = 'Siikomik'
|
||||||
extClass = '.Siikomik'
|
extClass = '.Siikomik'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://siikomik.art'
|
baseUrl = 'https://web.siikomik.org'
|
||||||
overrideVersionCode = 12
|
overrideVersionCode = 13
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import okhttp3.Request
|
|||||||
|
|
||||||
class Siikomik : MangaThemesia(
|
class Siikomik : MangaThemesia(
|
||||||
"Siikomik",
|
"Siikomik",
|
||||||
"https://siikomik.art",
|
"https://web.siikomik.org",
|
||||||
"id",
|
"id",
|
||||||
) {
|
) {
|
||||||
override val versionId = 2
|
override val versionId = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user