KingsOfDarkness: update manga selector (#16558)
This commit is contained in:
parent
d444cb1365
commit
9c47c86c21
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Kings Of Darkness'
|
||||
pkgNameSuffix = 'es.kingsofdarkness'
|
||||
extClass = '.KingsOfDarkness'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -18,7 +18,7 @@ class KingsOfDarkness : ParsedHttpSource() {
|
|||
|
||||
override val supportsLatest = false
|
||||
|
||||
override fun popularMangaSelector() = "#SITE_PAGES div[title]"
|
||||
override fun popularMangaSelector() = "#SITE_PAGES div.wixui-image"
|
||||
|
||||
override fun popularMangaRequest(page: Int) =
|
||||
GET("$baseUrl/proyectos", headers)
|
||||
|
|
Loading…
Reference in New Issue