From 4f5541d24b4c2a343642ad3408b70a5fdebfbb5c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Mar 2022 05:01:59 +0200 Subject: [PATCH] dfs --- 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 49215a0b2..472dbfc58 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)