Pururin fix alternate title error
This commit is contained in:
parent
e06e14d979
commit
6dc05eaf3f
@ -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…
x
Reference in New Issue
Block a user