diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 0b2c30bd8..25917fef0 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -516,6 +516,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys parse_email=False, callbacks=[callback], url_re=url_re)] ).clean(sanitized) + #doing it again cuz of the linkifyfilter right above it soup = BeautifulSoup(sanitized, 'lxml') links = soup.find_all("a")