diff --git a/post_parser.py b/post_parser.py
index 04c2330..fa914f7 100644
--- a/post_parser.py
+++ b/post_parser.py
@@ -400,10 +400,7 @@ class PostParser:
else: text = ''
text = text.replace('\n', '
') # Replace newlines with
- # Add hyperlinks to raw URLs only if original text is short
- if len((message.text or message.caption or '').strip()) <= 10:
- text = self._add_hyperlinks_to_raw_urls(text)
-
+ text = self._add_hyperlinks_to_raw_urls(text)
if text: # Message text
content_body.append(f'