FoolSlide - HCafe update (#2072)

FoolSlide - HCafe update
This commit is contained in:
happywillow0 2020-01-15 07:22:08 -05:00 committed by arkon
parent 966fc5cf0e
commit 739a1c04b4
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: FoolSlide (multiple sources)' appName = 'Tachiyomi: FoolSlide (multiple sources)'
pkgNameSuffix = 'all.foolslide' pkgNameSuffix = 'all.foolslide'
extClass = '.FoolSlideFactory' extClass = '.FoolSlideFactory'
extVersionCode = 31 extVersionCode = 32
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -37,7 +37,7 @@ class HentaiCafe : FoolSlide("Hentai Cafe", "https://hentai.cafe", "en", "/manga
override fun latestUpdatesRequest(page: Int) = pagedRequest("$baseUrl/", page) override fun latestUpdatesRequest(page: Int) = pagedRequest("$baseUrl/", page)
override fun latestUpdatesSelector() = "article" override fun latestUpdatesSelector() = "article:not(#post-0)"
override fun mangaDetailsParse(document: Document) = SManga.create().apply { override fun mangaDetailsParse(document: Document) = SManga.create().apply {
title = document.select(".entry-title").text() title = document.select(".entry-title").text()