ManhuaPro: fix chapter timestamp (#7459)
* fix timestamp * Update MadaraGenerator.kt * add missing -Code
This commit is contained in:
parent
3d6503913f
commit
940d1ec934
|
@ -10,8 +10,7 @@ import java.util.concurrent.TimeUnit
|
||||||
class ManhuaPro : Madara(
|
class ManhuaPro : Madara(
|
||||||
"ManhuaPro",
|
"ManhuaPro",
|
||||||
"https://manhuapro.com",
|
"https://manhuapro.com",
|
||||||
"en",
|
"en"
|
||||||
dateFormat = SimpleDateFormat("MM/dd/yy", Locale.US)
|
|
||||||
) {
|
) {
|
||||||
private val rateLimitInterceptor = RateLimitInterceptor(1)
|
private val rateLimitInterceptor = RateLimitInterceptor(1)
|
||||||
|
|
||||||
|
|
|
@ -279,7 +279,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Yaoi Manga", "https://yaoi.mobi", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Yaoi Manga", "https://yaoi.mobi", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("Free Manga", "https://freemanga.me", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Free Manga", "https://freemanga.me", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("MangaTuli", "https://mangatuli.com", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("MangaTuli", "https://mangatuli.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("ManhuaPro", "https://manhuapro.com", "en")
|
SingleLang("ManhuaPro", "https://manhuapro.com", "en", overrideVersionCode = 1)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue