Fix missing chapters in HT. (#15147)
This commit is contained in:
parent
3041b60615
commit
42720260d1
multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/gattsu
@ -112,7 +112,9 @@ abstract class Gattsu(
|
|||||||
setUrlWithoutDomain(element.ownerDocument().location())
|
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> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
return document.select(pageListSelector())
|
return document.select(pageListSelector())
|
||||||
|
@ -9,7 +9,7 @@ class GattsuGenerator : ThemeSourceGenerator {
|
|||||||
|
|
||||||
override val themeClass = "Gattsu"
|
override val themeClass = "Gattsu"
|
||||||
|
|
||||||
override val baseVersionCode: Int = 4
|
override val baseVersionCode: Int = 5
|
||||||
|
|
||||||
override val sources = listOf(
|
override val sources = listOf(
|
||||||
SingleLang("Hentai Season", "https://hentaiseason.com", "pt-BR", isNsfw = true),
|
SingleLang("Hentai Season", "https://hentaiseason.com", "pt-BR", isNsfw = true),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user