fix(EveriaClub): fix latest posts selector (#17632)
* fix(EveriaClub): update `latestUpdatesSelector` * chore(EveriaClub): bump `extVersionCode`
This commit is contained in:
parent
cb65d3bb4e
commit
2a73ba92c1
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Everia.club'
|
||||
pkgNameSuffix = 'all.everiaclub'
|
||||
extClass = '.EveriaClub'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ class EveriaClub() : ParsedHttpSource() {
|
|||
return GET("$baseUrl/page/$page/")
|
||||
}
|
||||
|
||||
override fun latestUpdatesSelector() = ".posts-wrapper > article"
|
||||
override fun latestUpdatesSelector() = "#blog-entries > article"
|
||||
|
||||
// Popular
|
||||
override fun popularMangaFromElement(element: Element): SManga {
|
||||
|
|
Loading…
Reference in New Issue