Skip to content

Commit

Permalink
HentaiCB: Fix http404 popularMangaRequest & latestUpdatesRequest (#6501)
Browse files Browse the repository at this point in the history
* Fix http404 popularManga & latestUpdates

* Remove mangasubtring and delete popularMangaRequest & latestUpdatesRequest
  • Loading branch information
dejavui authored Dec 7, 2024
1 parent 7b26fa6 commit facf215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/vi/hentaicube/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.HentaiCB'
themePkg = 'madara'
baseUrl = 'https://hentaicube.xyz'
overrideVersionCode = 10
overrideVersionCode = 11
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class HentaiCB : Madara("CBHentai", "https://hentaicube.xyz", "vi", SimpleDateFo

override val id: Long = 823638192569572166

override val mangaSubString = "read"

override val filterNonMangaItems = false

override fun pageListParse(document: Document): List<Page> {
Expand Down

0 comments on commit facf215

Please sign in to comment.