Update Domain and Add Zmanga: Hensekai (#14780)

This commit is contained in:
Shiin-79 2023-01-03 21:01:03 +07:00 committed by GitHub
parent 5e9aca81b9
commit fd86f209dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 14 additions and 4 deletions

View File

@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
import java.util.concurrent.TimeUnit
class ManhwaList : MangaThemesia("ManhwaList", "https://manhwalist.com", "id") {
class ManhwaList : MangaThemesia("ManhwaList", "https://manhwalist.in", "id") {
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.connectTimeout(10, TimeUnit.SECONDS)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class SekteDoujin : MangaThemesia("Sekte Doujin", "https://sektedoujin.club", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))) {
class SekteDoujin : MangaThemesia("Sekte Doujin", "https://sektedoujin.lol", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))) {
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.connectTimeout(10, TimeUnit.SECONDS)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.id.hensekai
import eu.kanade.tachiyomi.multisrc.zmanga.ZManga
import java.text.SimpleDateFormat
import java.util.Locale
class Hensekai : ZManga("Hensekai", "https://hensekai.com", "id", SimpleDateFormat("MMM d, yyyy", Locale("id"))) {
override val hasProjectPage = true
}

View File

@ -72,7 +72,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("ManhwaDesu", "https://manhwadesu.co", "id", isNsfw = true, overrideVersionCode = 2),
SingleLang("ManhwaIndo", "https://manhwaindo.id", "id", isNsfw = true, overrideVersionCode = 2),
SingleLang("ManhwaLand.mom", "https://manhwaland.guru", "id", isNsfw = true, className = "ManhwaLandMom", overrideVersionCode = 3),
SingleLang("ManhwaList", "https://manhwalist.com", "id", overrideVersionCode = 1),
SingleLang("ManhwaList", "https://manhwalist.in", "id", overrideVersionCode = 2),
SingleLang("Manhwax", "https://manhwax.com", "en", isNsfw = true),
SingleLang("Mareceh", "https://mareceh.com", "id", isNsfw = true, pkgName = "mangceh", overrideVersionCode = 10),
SingleLang("Martial Manga", "https://martialmanga.com", "es"),
@ -101,7 +101,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Ryukonesia", "https://ryukonesia.net", "id"),
SingleLang("Sekaikomik", "https://www.sekaikomik.live", "id", isNsfw = true, overrideVersionCode = 9),
SingleLang("Sekaikomik", "https://www.sekaikomik.site", "id", isNsfw = true, overrideVersionCode = 8),
SingleLang("Sekte Doujin", "https://sektedoujin.club", "id", isNsfw = true, overrideVersionCode = 3),
SingleLang("Sekte Doujin", "https://sektedoujin.lol", "id", isNsfw = true, overrideVersionCode = 4),
SingleLang("Senpai Ediciones", "http://senpaiediciones.com", "es"),
SingleLang("Shadow Mangas", "https://shadowmangas.com", "es"),
SingleLang("Shea Manga", "https://sheakomik.com", "id", overrideVersionCode = 4),

View File

@ -14,6 +14,7 @@ class ZMangaGenerator : ThemeSourceGenerator {
override val sources = listOf(
SingleLang("Alceascan", "https://alceascan.my.id", "id"),
SingleLang("KomikGan", "https://komikgan.com", "id"),
SingleLang("Hensekai", "https://hensekai.com", "id", isNsfw = true, className = "Hensekai"),
SingleLang("KomikIndo.info", "http://komikindo.info", "id", isNsfw = true, className = "KomikIndoInfo"),
SingleLang("Komikita", "https://komikita.org", "id"),
SingleLang("KomikPlay", "https://komikplay.com", "id", overrideVersionCode = 1),