MangaGeko: fix Lasted (#18841)

This commit is contained in:
Davide 2023-11-02 23:13:01 +01:00 committed by GitHub
parent b6585fb9e9
commit 5d14e4bf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaGeko'
pkgNameSuffix = 'en.mangarawclub'
extClass = '.MangaRawClub'
extVersionCode = 18
extVersionCode = 19
isNsfw = true
}

View File

@ -44,7 +44,7 @@ class MangaRawClub : ParsedHttpSource() {
return GET("$baseUrl/jumbo/manga/?results=$page", headers)
}
override fun searchMangaSelector() = "ul.novel-list > li.novel-item"
override fun searchMangaSelector() = "ul.novel-list.chapters > li.novel-item"
override fun popularMangaSelector() = searchMangaSelector()
override fun latestUpdatesSelector() = searchMangaSelector()