mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
fix kisslove altName (#978)
This commit is contained in:
parent
8c60eae44a
commit
ad6cce29bb
@ -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")
|
||||
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user