Pornhwa Scans: fix chapter list selector (#5907)
fix chapter list selector
This commit is contained in:
parent
69e7bc75ef
commit
cf86915f48
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.PornhwaScans'
|
extClass = '.PornhwaScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://pornhwascans.fr'
|
baseUrl = 'https://pornhwascans.fr'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,6 @@ class PornhwaScans : MangaThemesia(
|
||||||
) {
|
) {
|
||||||
// formally Lunar Scans Hentai
|
// formally Lunar Scans Hentai
|
||||||
override val id = 5554585746492602896
|
override val id = 5554585746492602896
|
||||||
|
|
||||||
|
override fun chapterListSelector(): String = "div.chapter-list > a.chapter-item"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue