Pururin fix alternate title error
This commit is contained in:
parent
e06e14d979
commit
6dc05eaf3f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class Pururin(delegate: HttpSource) :
|
|||
|
||||
val contentWrapper = input.selectFirst(".content-wrapper")
|
||||
title = contentWrapper.selectFirst(".title h1").text()
|
||||
altTitle = contentWrapper.selectFirst(".alt-title").text()
|
||||
altTitle = contentWrapper.selectFirst(".alt-title")?.text()
|
||||
|
||||
thumbnailUrl = "https:" + input.selectFirst(".cover-wrapper v-lazy-image").attr("src")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue