Manga Fast Update Chapter Selector (#7886)

* Update MangaFast.kt

* Update build.gradle
This commit is contained in:
FourTOne5 2021-06-26 17:31:13 +06:00 committed by GitHub
parent e5d1386d92
commit cd1c762ec5
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' extName = 'MangaFast'
pkgNameSuffix = 'en.mangafast' pkgNameSuffix = 'en.mangafast'
extClass = '.MangaFast' extClass = '.MangaFast'
extVersionCode = 10 extVersionCode = 11
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -86,7 +86,7 @@ class MangaFast : ParsedHttpSource() {
} }
// chapter list // chapter list
override fun chapterListSelector() = ".chapter-link:not([title=\"Spoiler Manga\"])" override fun chapterListSelector() = "a.chapter-link:not(:has(.spoiler))"
override fun chapterFromElement(element: Element) = SChapter.create().apply { override fun chapterFromElement(element: Element) = SChapter.create().apply {
setUrlWithoutDomain(element.attr("href")) setUrlWithoutDomain(element.attr("href"))