Grab comments on manually submitted links

This commit is contained in:
2019-12-02 23:15:51 +00:00
parent ebcbf1b624
commit 2d80b19414
3 changed files with 36 additions and 13 deletions

View File

@@ -39,6 +39,8 @@ ALLOWED_TAGS = [
'sub',
'details',
'summary',
'br',
'pre',
]
clean = Cleaner(tags=ALLOWED_TAGS).clean