Update domain HentaiCB, LKDTT (#14429)

This commit is contained in:
dejavui 2022-12-01 20:34:21 +07:00 committed by GitHub
parent 5ccca45f94
commit e98ce3a1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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 HentaiCB : Madara("Hentai CB", "https://hentaicb.top", "vi", SimpleDateFormat("dd/MM/yyyy", Locale("vi"))) { class HentaiCB : Madara("Hentai CB", "https://hentaicb.xyz", "vi", SimpleDateFormat("dd/MM/yyyy", Locale("vi"))) {
override val id: Long = 823638192569572166 override val id: Long = 823638192569572166
override val useLoadMoreSearch = false override val useLoadMoreSearch = false
override fun pageListParse(document: Document): List<Page> { override fun pageListParse(document: Document): List<Page> {

View File

@ -5,7 +5,7 @@ import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
import java.util.TimeZone import java.util.TimeZone
class LKDTT : MyMangaCMS("LKDTT", "https://lkdtt.net", "vi") { class LKDTT : MyMangaCMS("LKDTT", "https://lkdttne.com", "vi") {
override val dateFormatter = SimpleDateFormat("dd/MM/yy", Locale.US).apply { override val dateFormatter = SimpleDateFormat("dd/MM/yy", Locale.US).apply {
timeZone = TimeZone.getTimeZone(super.timeZone) timeZone = TimeZone.getTimeZone(super.timeZone)
} }

View File

@ -126,7 +126,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Hattori Manga", "https://hattorimanga.com", "tr", isNsfw = true), SingleLang("Hattori Manga", "https://hattorimanga.com", "tr", isNsfw = true),
SingleLang("Hayalistic", "https://hayalistic.com", "tr"), SingleLang("Hayalistic", "https://hayalistic.com", "tr"),
SingleLang("Hela Scan", "https://helascan.com", "pt-BR", isNsfw = true), SingleLang("Hela Scan", "https://helascan.com", "pt-BR", isNsfw = true),
SingleLang("Hentai CB", "https://hentaicb.top", "vi", isNsfw = true, overrideVersionCode = 1, pkgName = "hentaicube"), SingleLang("Hentai CB", "https://hentaicb.xyz", "vi", isNsfw = true, overrideVersionCode = 2, pkgName = "hentaicube"),
SingleLang("Hentai Manga", "https://hentaimanga.me", "en", isNsfw = true, overrideVersionCode = 1), SingleLang("Hentai Manga", "https://hentaimanga.me", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Hentai Teca", "https://hentaiteca.net", "pt-BR", isNsfw = true, overrideVersionCode = 1), SingleLang("Hentai Teca", "https://hentaiteca.net", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("Hentai20", "https://hentai20s.com", "en", isNsfw = true, overrideVersionCode = 2), SingleLang("Hentai20", "https://hentai20s.com", "en", isNsfw = true, overrideVersionCode = 2),

View File

@ -26,7 +26,7 @@ class MyMangaCMSGenerator : ThemeSourceGenerator {
"PheManga", "PheManga",
"phemanga", "phemanga",
), ),
SingleLang("LKDTT", "https://lkdtt.net", "vi", true, overrideVersionCode = 1) SingleLang("LKDTT", "https://lkdttne.com", "vi", true, overrideVersionCode = 2)
) )
companion object { companion object {