ImperfectComics: fix missing chapter timestamp (#9591)

Closes #9553
This commit is contained in:
Riztard Lanthorn 2021-10-23 18:36:45 +07:00 committed by GitHub
parent a676a1ba55
commit 0109aa0423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
package eu.kanade.tachiyomi.extension.en.imperfectcomics
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
class ImperfectComics : Madara("Imperfect Comics", "https://imperfectcomic.com", "en") {
class ImperfectComics : Madara("Imperfect Comics", "https://imperfectcomic.com", "en", SimpleDateFormat("yyyy-MM-dd")) {
override val useNewChapterEndpoint: Boolean = true
}

View File

@ -115,7 +115,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuri.com.br", "pt-BR", overrideVersionCode = 3),
SingleLang("Ikifeng", "https://ikifeng.com", "es", isNsfw = true),
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 2),
SingleLang("Imperfect Comics", "https://imperfectcomic.com", "en", overrideVersionCode = 1),
SingleLang("Imperfect Comics", "https://imperfectcomic.com", "en", overrideVersionCode = 2),
SingleLang("Império Scans", "https://imperioscans.com.br", "pt-BR", className = "ImperioScans"),
SingleLang("InfraFandub", "https://infrafandub.xyz", "es"),
SingleLang("Inmortal Scan", "https://manga.mundodrama.site", "es"),