diff --git a/files/assets/PCM_v2.1.apk b/files/assets/PCM_v2.1.apk index 4a8d1da50..d0a25f20d 100644 Binary files a/files/assets/PCM_v2.1.apk and b/files/assets/PCM_v2.1.apk differ diff --git a/files/assets/rDrama_v2.1.apk b/files/assets/rDrama_v2.1.apk new file mode 100644 index 000000000..3c4cf8551 Binary files /dev/null and b/files/assets/rDrama_v2.1.apk differ diff --git a/files/helpers/const.py b/files/helpers/const.py index 44917497a..f94c93ac7 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -738,8 +738,8 @@ email_regex = re.compile('([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z| utm_regex = re.compile('utm_[a-z]+=[a-z0-9_]+&', flags=re.A) utm_regex2 = re.compile('[?&]utm_[a-z]+=[a-z0-9_]+', flags=re.A) -slur_regex = re.compile(f"({single_words})(?![^<]*<\/(a|img))", flags=re.I|re.A) -slur_regex_upper = re.compile(f"({single_words.upper()})(?![^<]*<\/(a|img))", flags=re.A) +slur_regex = re.compile(f"({single_words})(?![^<]*>)", flags=re.I|re.A) +slur_regex_upper = re.compile(f"({single_words.upper()})(?![^<]*>)", flags=re.A) torture_regex = re.compile('(^|\s)(i|me) ', flags=re.I|re.A) torture_regex2 = re.compile("(^|\s)i'm ", flags=re.I|re.A) diff --git a/files/templates/header.html b/files/templates/header.html index e2042e81c..9f61c9490 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -161,11 +161,7 @@