[Madara] Fix dateformat for TheFluffyHangoutGroup (#7604)

This commit is contained in:
FlaminSarge 2021-06-11 04:26:27 -07:00 committed by GitHub
parent 761e467896
commit 8d6a404d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -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))

View File

@ -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),