diff --git a/post_parser.py b/post_parser.py
index 12e1a8b..2cee8cb 100644
--- a/post_parser.py
+++ b/post_parser.py
@@ -486,11 +486,11 @@ class PostParser:
html_parts.append(f'
{display_url}
')
elif url:
html_parts.append(f'{url}
')
- else:
- # Show Telegram URL (more subtle than button)
- display_url = getattr(webpage, "display_url", None)
- if display_url:
- html_parts.append(f'{display_url}
')
+ #else:
+ # # Show Telegram URL (more subtle than button)
+ # display_url = getattr(webpage, "display_url", None)
+ # if display_url:
+ # html_parts.append(f'{display_url}
')
# Add photo if available
if photo := getattr(webpage, "photo", None):