HentaiCB: Fix http404 popularMangaRequest & latestUpdatesRequest (#6501)

* Fix http404 popularManga & latestUpdates

* Remove mangasubtring and delete popularMangaRequest & latestUpdatesRequest
This commit is contained in:
are-are-are 2024-12-08 04:01:27 +07:00 committed by Draff
parent da6869d9b4
commit e339eb3797
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.HentaiCB' extClass = '.HentaiCB'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hentaicube.xyz' baseUrl = 'https://hentaicube.xyz'
overrideVersionCode = 10 overrideVersionCode = 11
isNsfw = true isNsfw = true
} }

View File

@ -10,8 +10,6 @@ class HentaiCB : Madara("CBHentai", "https://hentaicube.xyz", "vi", SimpleDateFo
override val id: Long = 823638192569572166 override val id: Long = 823638192569572166
override val mangaSubString = "read"
override val filterNonMangaItems = false override val filterNonMangaItems = false
override fun pageListParse(document: Document): List<Page> { override fun pageListParse(document: Document): List<Page> {