diff --git a/files/helpers/const.py b/files/helpers/const.py index 472dbfc58..09ab26d17 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)