HentaiCB: Fix http404 popularMangaRequest & latestUpdatesRequest (#6501)
* Fix http404 popularManga & latestUpdates * Remove mangasubtring and delete popularMangaRequest & latestUpdatesRequest
This commit is contained in:
parent
da6869d9b4
commit
e339eb3797
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.HentaiCB'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hentaicube.xyz'
|
||||
overrideVersionCode = 10
|
||||
overrideVersionCode = 11
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue