Kiryuu: set locale to parse updated date properly (#10625)
This commit is contained in:
parent
8cf57226ed
commit
fde7501b92
@ -5,9 +5,11 @@ import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
import eu.kanade.tachiyomi.source.model.SManga
|
||||
import okhttp3.OkHttpClient
|
||||
import org.jsoup.nodes.Document
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class Kiryuu : WPMangaReader("Kiryuu", "https://kiryuu.id", "id") {
|
||||
class Kiryuu : WPMangaReader("Kiryuu", "https://kiryuu.id", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||
// Formerly "Kiryuu (WP Manga Stream)"
|
||||
override val id = 3639673976007021338
|
||||
|
||||
|
@ -19,7 +19,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||
SingleLang("BeastScans", "https://beastscans.com", "en"),
|
||||
SingleLang("iiMANGA", "https://iimanga.com", "ar"),
|
||||
SingleLang("Magus Manga", "https://magusmanga.com", "ar"),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 5),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
|
||||
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
||||
SingleLang("MangaKita", "https://mangakita.net", "id", overrideVersionCode = 1),
|
||||
SingleLang("Gabut Scans", "https://gabutscans.com", "id"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user