forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

master
Aevann1 2022-09-18 16:55:39 +02:00
commit 0039f3a217
5 changed files with 168 additions and 165 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -111,7 +111,7 @@ def sub_matcher(match, upper=False):
return match.group(0)
else:
repl = SLURS[match.group(0).lower()]
return repl if not upper else repl.upper()
return repl if not upper or "<img" in repl else repl.upper()
def sub_matcher_upper(match):
return sub_matcher(match, upper=True)

File diff suppressed because it is too large Load Diff