From 761561edec6d626e6dd43d091158d9b5d54ecae2 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sun, 9 Aug 2020 21:19:45 +1200 Subject: [PATCH] Use description for descriptionHtml --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index ab62a3f..7c83597 100644 --- a/index.py +++ b/index.py @@ -88,7 +88,7 @@ class Second(object): "videoThumbnails": [], "storyboards": None, "description": info["description"], - "descriptionHtml": None, + "descriptionHtml": info["description"], "published": published, "publishedText": None, "keywords": None,