Update selector at Viz. (#7110)

This commit is contained in:
Alessandro Jean 2021-05-20 07:39:41 -03:00 committed by GitHub
parent 684fe81772
commit 2a8ce17ab3
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 = 'VIZ Shonen Jump'
pkgNameSuffix = 'en.vizshonenjump'
extClass = '.VizShonenJump'
extVersionCode = 9
extVersionCode = 10
libVersion = '1.2'
}

View File

@ -77,7 +77,7 @@ class VizShonenJump : ParsedHttpSource() {
}
override fun popularMangaSelector(): String =
"section.section_chapters div.o_sort_container div.o_sortable > a"
"section.section_chapters div.o_sort_container div.o_sortable > a.o_chapters-link"
override fun popularMangaFromElement(element: Element): SManga = SManga.create().apply {
title = element.select("div.pad-x-rg").first().text()