Fix missing chapters in HT. (#15147)

This commit is contained in:
Alessandro Jean 2023-01-27 17:07:11 -03:00 committed by GitHub
parent 3041b60615
commit 42720260d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,9 @@ abstract class Gattsu(
setUrlWithoutDomain(element.ownerDocument().location())
}
protected open fun pageListSelector(): String = "div.meio div.post-box ul.post-fotos li a > img"
protected open fun pageListSelector(): String =
"div.meio div.post-box ul.post-fotos li a > img, " +
"div.meio div.post-box.listaImagens div.galeriaHtml img"
override fun pageListParse(document: Document): List<Page> {
return document.select(pageListSelector())

View File

@ -9,7 +9,7 @@ class GattsuGenerator : ThemeSourceGenerator {
override val themeClass = "Gattsu"
override val baseVersionCode: Int = 4
override val baseVersionCode: Int = 5
override val sources = listOf(
SingleLang("Hentai Season", "https://hentaiseason.com", "pt-BR", isNsfw = true),