MangaJar: Remove Explicit chapter number (#9248)

* Remove Explicit chapter number

* Bumpy Bump
This commit is contained in:
FourTOne5 2021-09-26 23:43:00 +06:00 committed by GitHub
parent f92453cdcf
commit c4047e7c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaJar'
pkgNameSuffix = 'en.mangajar'
extClass = '.MangaJar'
extVersionCode = 7
extVersionCode = 8
}
apply from: "$rootDir/common.gradle"

View File

@ -122,7 +122,6 @@ class MangaJar : ParsedHttpSource() {
val link = chapter.select("a")
url = link.attr("href")
name = link.text()
chapter_number = 0f
date_upload = parseChapterDate(chapter.select("span.chapter-date").text().trim())
}
}