9Hentai Chapter Update Fix (#7651)
* Update NineHentai.kt * Update build.gradle
This commit is contained in:
parent
69d6b63496
commit
787767942b
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'NineHentai'
|
||||
pkgNameSuffix = 'all.ninehentai'
|
||||
extClass = '.NineHentai'
|
||||
extVersionCode = 11
|
||||
extVersionCode = 12
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -236,8 +236,6 @@ class NineHentai : HttpSource() {
|
|||
|
||||
override fun imageUrlParse(response: Response): String = throw Exception("Not Used")
|
||||
|
||||
override fun chapterListRequest(manga: SManga): Request = throw Exception("Not Used")
|
||||
|
||||
override fun popularMangaParse(response: Response): MangasPage = throw Exception("Not Used")
|
||||
|
||||
override fun latestUpdatesParse(response: Response): MangasPage = throw Exception("Not Used")
|
||||
|
|
Loading…
Reference in New Issue