diff --git a/post_parser.py b/post_parser.py
index 3eec34c..136ea2b 100644
--- a/post_parser.py
+++ b/post_parser.py
@@ -446,10 +446,10 @@ class PostParser:
html_content = []
if debug:
- html_content.append(f'
Title: {data["title"]}
')
- html_content.append(f'{data["media"]}
')
- html_content.append(f'{data["body"]}
')
- html_content.append(f'')
+ 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'')
# Add raw JSON debug output if debug is enabled
if debug: