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