forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-07-12 04:07:27 +03:00
parent dc43bca129
commit f1b1e6afc4
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ twitch_regex = re.compile('(https:\/\/)?(www\.)?twitch.tv/(.*)',flags=re.I|re.A)
link_fix_regex = re.compile("(\[.*?\]\()(?!http|\/)(.*?\))" + NOT_IN_CODE_OR_LINKS, flags=re.A)
css_url_regex = re.compile('url\(\s*[\'"]?(.*?)[\'"]?\s*\)', flags=re.I|re.A)
css_url_regex = re.compile('url\(\s*[\'"]?(.*?)[\'"]?', flags=re.I|re.A)
linefeeds_regex = re.compile("([^\n])\n([^\n])", flags=re.A)