add comment

pull/134/head
Aevann 2023-02-26 12:36:53 +02:00
parent 1115877725
commit 28ed629647
1 changed files with 1 additions and 0 deletions

View File

@ -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")