Madara - MangaKomi dates (#2859)

This commit is contained in:
Mike 2020-04-26 16:00:36 -04:00 committed by GitHub
parent 46a3b00ac8
commit fbdb95c820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 77
extVersionCode = 78
libVersion = '1.2'
}

View File

@ -432,7 +432,7 @@ class PlotTwistScan : Madara("Plot Twist No Fansub", "https://www.plotwistscan.c
override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).asReversed()
}
class MangaKomi : Madara("MangaKomi", "https://mangakomi.com", "en")
class MangaKomi : Madara("MangaKomi", "https://mangakomi.com", "en", SimpleDateFormat("MM/dd/yyyy", Locale.US))
class Wakamics : Madara("Wakamics", "https://wakamics.com", "en")