diff --git a/post_parser.py b/post_parser.py index 3829f2b..af33eb5 100644 --- a/post_parser.py +++ b/post_parser.py @@ -443,7 +443,7 @@ class PostParser: html_content = [] if debug: - html_content.append(f'
Title: {data["html"]["title"]}
') + html_content.append(f'
Title: {data["html"]["title"]}

') html_content.append(f'
{data["html"]["media"]}
') html_content.append(f'
{data["html"]["body"]}
') html_content.append(f'')