From d7eb71f03a9fa8e01bd15e23295a831cf0a5e89a Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sun, 13 Apr 2025 19:01:46 +0300 Subject: [PATCH] fix indentation --- post_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_parser.py b/post_parser.py index f7521d5..2ae62f5 100644 --- a/post_parser.py +++ b/post_parser.py @@ -357,7 +357,7 @@ class PostParser: # Regex matches string starting and ending with a non-t.me URL url_pattern = r'^https?://(?!(?:www\.)?t\.me)[^\s<>"\']+$' if re.fullmatch(url_pattern, message_text_str.strip()): - is_only_link = True + is_only_link = True if is_only_link: flags.append("only_link")