Mitaki: fix no results found error (#9822)
This commit is contained in:
parent
92edcff4a2
commit
24591d0836
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Mitaku'
|
||||
extClass = '.Mitaku'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ class Mitaku : ParsedHttpSource() {
|
||||
// ============================== Popular ===============================
|
||||
override fun popularMangaRequest(page: Int) = GET("$baseUrl/category/ero-cosplay/page/$page", headers)
|
||||
|
||||
override fun popularMangaSelector() = "div.cm-primary article"
|
||||
override fun popularMangaSelector() = "div.article-container article"
|
||||
|
||||
override fun popularMangaFromElement(element: Element) = SManga.create().apply {
|
||||
setUrlWithoutDomain(element.selectFirst("a")!!.absUrl("href"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user