Pornhwa Scans: fix chapter list selector (#5907)

fix chapter list selector
This commit is contained in:
Lefan 2024-11-07 06:26:51 -05:00 committed by Draff
parent 69e7bc75ef
commit cf86915f48
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 1 deletions

View File

@ -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
} }

View File

@ -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"
} }