fd
This commit is contained in:
parent
503894388d
commit
185c563ef0
1 changed files with 1 additions and 3 deletions
|
@ -242,8 +242,6 @@ def sanitize(sanitized, noimages=False):
|
|||
sanitized = sanitized.replace(rd, "https://old.reddit.com/")
|
||||
|
||||
sanitized = re.sub('([^">])(https:\/\/[^ <>]*)', r'\1<a href="\2">\2</a>', sanitized)
|
||||
|
||||
# for i in re.finditer('<p>(https:\/\/[^ <>]*)', sanitized):
|
||||
# sanitized = sanitized.replace(i.group(1), f'<a href="{i.group(1)}">{i.group(1)}</a>')
|
||||
sanitized = re.sub('<p>(https:\/\/[^ <>]*)', r'\1<a href="\2">\2</a>', sanitized)
|
||||
|
||||
return sanitized
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue