remotes/1693045480750635534/spooky-22
Aevann1 2021-09-30 23:27:48 +02:00
parent c02b37db9e
commit 5aa7fe63e6
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ def sanitize(sanitized, noimages=False):
if start in sanitized and end in sanitized and start in sanitized.split(end)[0] and end in sanitized.split(start)[1]: sanitized = sanitized.replace(start, '<span class="spoiler">').replace(end, '</span>')
for i in re.findall("^(\s+)?((:[\w]+:)+(\s+)?)+", sanitized.replace("<p>", "").replace("</p>", ""), re.MULTILINE):
print(emojis)
emojis = i.lower()
for i in re.finditer('\w*(?<!"):([^ ]{1,30}?):', emojis):
emoji = i.group(1).lower()