Cosplaytele: Fix Irrelevant Search Result (#7714)

fix selector
This commit is contained in:
dngonz 2025-02-20 15:45:57 +01:00 committed by Draff
parent d34316685b
commit 1585a295a3
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'CosplayTele'
extClass = '.CosplayTele'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

View File

@ -54,7 +54,7 @@ class CosplayTele : ParsedHttpSource() {
override fun latestUpdatesNextPageSelector() = ".next.page-number"
override fun latestUpdatesRequest(page: Int): Request = GET("$baseUrl/page/$page/")
override fun latestUpdatesSelector() = "div.box"
override fun latestUpdatesSelector() = "main div.box"
// Popular
override fun popularMangaFromElement(element: Element): SManga {