Hentai2Read: Fix id search (#6009)
This commit is contained in:
parent
2364576a72
commit
160fb43769
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Hentai2Read'
|
||||
pkgNameSuffix = 'en.hentai2read'
|
||||
extClass = '.Hentai2Read'
|
||||
extVersionCode = 11
|
||||
extVersionCode = 12
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -169,6 +169,7 @@ class Hentai2Read : ParsedHttpSource() {
|
|||
manga.description = buildDescription(infoElement)
|
||||
manga.status = infoElement.select("li:contains(Status) > a")?.text().orEmpty().let { parseStatus(it) }
|
||||
manga.thumbnail_url = document.select("a#js-linkNext > img")?.attr("src")
|
||||
manga.title = document.select("h3.block-title > a").first().ownText().trim()
|
||||
return manga
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue