Madara - MangaKomi dates (#2859)
This commit is contained in:
parent
46a3b00ac8
commit
fbdb95c820
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 77
|
||||
extVersionCode = 78
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue