Fix parsing promo_video_convo cards

This commit is contained in:
Zed
2019-11-08 22:52:34 +01:00
parent 27c8c0a97a
commit f19443ed96
3 changed files with 5 additions and 1 deletions

View File

@@ -255,6 +255,8 @@ proc parseCard*(card: var Card; node: XmlNode) =
if card.url.len == 0:
card.url = node.selectAttr("a", "href")
if card.url.len == 0:
card.url = node.selectAttr(".ConvoCard-thankYouContent", "data-thank-you-url")
let image = node.select(".tcu-imageWrapper img")
if image != nil: