Sekte Komik: Fix chapter date (#12853)
This commit is contained in:
parent
43cfec42c7
commit
74c0a8f855
|
@ -7,9 +7,11 @@ import eu.kanade.tachiyomi.source.model.Page
|
|||
import okhttp3.Headers
|
||||
import okhttp3.OkHttpClient
|
||||
import okhttp3.Request
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class SekteKomik : WPMangaStream("Sekte Komik", "https://sektekomik.com", "id") {
|
||||
class SekteKomik : WPMangaStream("Sekte Komik", "https://sektekomik.com", "id", SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||
// Formerly "Sekte Komik (WP Manga Stream)"
|
||||
override val id = 7866629035053218469
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
|
||||
SingleLang("Readkomik", "https://readkomik.com", "en", className = "ReadKomik", overrideVersionCode = 1),
|
||||
SingleLang("Sekte Doujin", "https://sektedoujin.club", "id", isNsfw = true, overrideVersionCode = 3),
|
||||
SingleLang("Sekte Komik", "https://sektekomik.com", "id", overrideVersionCode = 3),
|
||||
SingleLang("Sekte Komik", "https://sektekomik.com", "id", overrideVersionCode = 4),
|
||||
SingleLang("Shadow Mangas", "https://shadowmangas.com", "es"),
|
||||
SingleLang("Shea Manga", "https://sheakomik.com", "id", overrideVersionCode = 4),
|
||||
SingleLang("Snudae Scans", "https://snudaescans.com", "en", isNsfw = true, className = "BatotoScans", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue