ComicExtra fix empty SManga result when search return nothing (#7979)

* Add support for mangas with seasons

Use chapter name as chapter number

* ComicExtra fix empty search result
This commit is contained in:
Myst 2021-07-05 14:53:57 +02:00 committed by GitHub
parent 287cfabcb4
commit c4c010ab29
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 = 'ComicExtra'
pkgNameSuffix = 'en.comicextra'
extClass = '.ComicExtra'
extVersionCode = 7
extVersionCode = 8
libVersion = '1.2'
}

View File

@ -35,7 +35,7 @@ class ComicExtra : ParsedHttpSource() {
private val datePattern = Pattern.compile("(\\d+) days? ago")
override fun popularMangaSelector() = "div.cartoon-box"
override fun popularMangaSelector() = "div.cartoon-box:has(> div.mb-right)"
override fun latestUpdatesSelector() = "div.hl-box"