diff --git a/files/helpers/const.py b/files/helpers/const.py index 49215a0b2a..472dbfc588 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)