Hscans: fix chapter date & update icons (#14015)
This commit is contained in:
parent
3e9e849d86
commit
2f26acede0
multisrc
overrides/madara/hscans
src/main/java/eu/kanade/tachiyomi/multisrc/madara
Binary file not shown.
Before ![]() (image error) Size: 3.8 KiB After ![]() (image error) Size: 5.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.2 KiB After ![]() (image error) Size: 3.0 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5.0 KiB After ![]() (image error) Size: 9.0 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 8.9 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 13 KiB After ![]() (image error) Size: 27 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 49 KiB After ![]() (image error) Size: 166 KiB ![]() ![]() |
@ -4,4 +4,4 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Hscans : Madara("Hscans", "https://hscans.com", "en", SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("en")))
|
||||
class Hscans : Madara("Hscans", "https://hscans.com", "en", SimpleDateFormat("dd/MM/yyyy", Locale.US))
|
||||
|
@ -141,7 +141,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Hizomanga", "https://hizomanga.com", "ar", overrideVersionCode = 1),
|
||||
SingleLang("HM2D", "https://mangadistrict.com/hdoujin", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("hManhwa", "https://hmanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Hscans", "https://hscans.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Hscans", "https://hscans.com", "en", overrideVersionCode = 3),
|
||||
SingleLang("Hunter Fansub", "https://hunterfansub.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("I Love Manhwa", "https://ilovemanhwa.com", "en", isNsfw = true),
|
||||
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuriscan.com", "pt-BR", isNsfw = true, overrideVersionCode = 4),
|
||||
|
Loading…
x
Reference in New Issue
Block a user