fix kisslove altName (#978)
This commit is contained in:
parent
c286c4bc7a
commit
155e01f474
|
@ -11,6 +11,9 @@ import org.jsoup.nodes.Element
|
||||||
import java.util.Calendar
|
import java.util.Calendar
|
||||||
|
|
||||||
class KissLove : FMReader("KissLove", "https://klz9.com", "ja") {
|
class KissLove : FMReader("KissLove", "https://klz9.com", "ja") {
|
||||||
|
|
||||||
|
override val altNameSelector = "li:contains(Other name (s))"
|
||||||
|
|
||||||
override fun latestUpdatesRequest(page: Int) =
|
override fun latestUpdatesRequest(page: Int) =
|
||||||
GET("$baseUrl/manga-list.html?page=$page&sort=last_update")
|
GET("$baseUrl/manga-list.html?page=$page&sort=last_update")
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ class FMReaderGenerator : ThemeSourceGenerator {
|
||||||
override val baseVersionCode: Int = 9
|
override val baseVersionCode: Int = 9
|
||||||
|
|
||||||
override val sources = listOf(
|
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("Manga-TR", "https://manga-tr.com", "tr", className = "MangaTR", overrideVersionCode = 3),
|
||||||
SingleLang("Manga1000", "https://manga1000.top", "ja"),
|
SingleLang("Manga1000", "https://manga1000.top", "ja"),
|
||||||
SingleLang("Nicomanga", "https://nicomanga.com", "ja", isNsfw = true),
|
SingleLang("Nicomanga", "https://nicomanga.com", "ja", isNsfw = true),
|
||||||
|
|
Loading…
Reference in New Issue