MangaFast Don't filter out Hot Chapters (#7899)

* Update MangaFast.kt

* Update build.gradle
This commit is contained in:
FourTOne5 2021-06-27 23:26:35 +06:00 committed by GitHub
parent cec752e9ce
commit 4b053dea0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaFast'
pkgNameSuffix = 'en.mangafast'
extClass = '.MangaFast'
extVersionCode = 11
extVersionCode = 12
libVersion = '1.2'
}

View File

@ -86,7 +86,7 @@ class MangaFast : ParsedHttpSource() {
}
// chapter list
override fun chapterListSelector() = "a.chapter-link:not(:has(.spoiler))"
override fun chapterListSelector() = "a.chapter-link:not(:has(i:contains(Spoiler & Release Date)))"
override fun chapterFromElement(element: Element) = SChapter.create().apply {
setUrlWithoutDomain(element.attr("href"))