[Madara] Fix dateformat for TheFluffyHangoutGroup (#7604)
This commit is contained in:
parent
761e467896
commit
8d6a404d77
|
@ -0,0 +1,7 @@
|
|||
package eu.kanade.tachiyomi.extension.en.thefluffyhangoutgroup
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class TheFluffyHangoutGroup : Madara("TheFluffyHangoutGroup", "https://www.fluffyhangout.club", "en", SimpleDateFormat("yyyy-MM-dd", Locale.US))
|
|
@ -236,7 +236,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("StageComics", "https://stagecomics.com", "pt-BR", overrideVersionCode = 2),
|
||||
SingleLang("Sugar Babies", "https://sugarbscan.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Sweet Time Scan", "https://sweetscan.net", "pt-BR", overrideVersionCode = 1),
|
||||
SingleLang("TheFluffyHangoutGroup", "https://www.fluffyhangout.club", "en", overrideVersionCode = 1),
|
||||
SingleLang("TheFluffyHangoutGroup", "https://www.fluffyhangout.club", "en", overrideVersionCode = 2),
|
||||
SingleLang("Three Queens Scanlator", "https://tqscan.com.br", "pt-BR", overrideVersionCode = 2),
|
||||
SingleLang("Time Naight", "https://timenaight.com", "tr"),
|
||||
SingleLang("ToonGod", "https://www.toongod.com", "en", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue