Haoman6: Fix page list (#12006)

This commit is contained in:
anenasa 2022-06-01 10:35:16 +08:00 committed by GitHub
parent bb37e8ad08
commit c6d4f5c99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,4 @@ import eu.kanade.tachiyomi.multisrc.mccms.MCCMS
class Haoman6 : MCCMS("好漫6", "https://www.haoman6.com") {
override fun transformTitle(title: String) = title.removeSuffix("(最新在线)").removeSuffix("-")
override val lazyLoadImageAttr = "echo-pc"
}

View File

@ -10,7 +10,7 @@ class MCCMSGenerator : ThemeSourceGenerator {
override val sources = listOf(
SingleLang(
name = "Haoman6", baseUrl = "https://www.haoman6.com", lang = "zh",
className = "Haoman6", sourceName = "好漫6", overrideVersionCode = 1
className = "Haoman6", sourceName = "好漫6", overrideVersionCode = 2
),
SingleLang(
name = "Haomanwu", baseUrl = "https://app2.haomanwu.com", lang = "zh",