Haomanwu: format spaces before comment (#11983)
This commit is contained in:
parent
e472d7972d
commit
c9a32b6c26
|
@ -10,7 +10,7 @@ class Haomanwu : MCCMS("好漫屋", "https://app2.haomanwu.com") {
|
|||
|
||||
// Search
|
||||
|
||||
override fun searchMangaNextPageSelector() = "li:nth-child(30) > a" // 有30项则可能有下一页
|
||||
override fun searchMangaNextPageSelector() = "li:nth-child(30) > a" // 有30项则可能有下一页
|
||||
override fun searchMangaSelector() = "li > a"
|
||||
override fun searchMangaFromElement(element: Element) = SManga.create().apply {
|
||||
title = element.text()
|
||||
|
|
Loading…
Reference in New Issue