9Hentai Chapter Update Fix (#7651)

* Update NineHentai.kt

* Update build.gradle
This commit is contained in:
FourTOne5 2021-06-14 22:26:38 +06:00 committed by GitHub
parent 69d6b63496
commit 787767942b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'NineHentai' extName = 'NineHentai'
pkgNameSuffix = 'all.ninehentai' pkgNameSuffix = 'all.ninehentai'
extClass = '.NineHentai' extClass = '.NineHentai'
extVersionCode = 11 extVersionCode = 12
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true containsNsfw = true
} }

View File

@ -236,8 +236,6 @@ class NineHentai : HttpSource() {
override fun imageUrlParse(response: Response): String = throw Exception("Not Used") 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 popularMangaParse(response: Response): MangasPage = throw Exception("Not Used")
override fun latestUpdatesParse(response: Response): MangasPage = throw Exception("Not Used") override fun latestUpdatesParse(response: Response): MangasPage = throw Exception("Not Used")