fix kisslove altName (#978)

This commit is contained in:
2Loong6 2024-02-04 21:15:10 +08:00 committed by GitHub
parent 8c60eae44a
commit ad6cce29bb
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ import org.jsoup.nodes.Element
import java.util.Calendar
class KissLove : FMReader("KissLove", "https://klz9.com", "ja") {
override val altNameSelector = "li:contains(Other name (s))"
override fun latestUpdatesRequest(page: Int) =
GET("$baseUrl/manga-list.html?page=$page&sort=last_update")

View File

@ -12,7 +12,7 @@ class FMReaderGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 9
override val sources = listOf(
SingleLang("KissLove", "https://klz9.com", "ja", isNsfw = true, overrideVersionCode = 4),
SingleLang("KissLove", "https://klz9.com", "ja", isNsfw = true, overrideVersionCode = 5),
SingleLang("Manga-TR", "https://manga-tr.com", "tr", className = "MangaTR", overrideVersionCode = 3),
SingleLang("Manga1000", "https://manga1000.top", "ja"),
SingleLang("Nicomanga", "https://nicomanga.com", "ja", isNsfw = true),