From d1ec497d09418ef80eb617e93de772e28f8ded93 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Mar 2022 05:01:41 +0200 Subject: [PATCH] sdf --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index e94d608fc..49215a0b2 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -680,7 +680,7 @@ video_regex = re.compile('

(https://youtube\.com/watch\?v\=(.*?))(?!)', flags=re.A) strikethrough_regex = re.compile('~{1,2}([^~]+)~{1,2}', flags=re.A)