forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-08-14 22:09:51 +03:00
parent fc6862188c
commit 6a367b186e
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ def normalize_urls_runtime(body, v):
def add_options(self, body, v):
if 'details>' in body or 'summary>' in body:
return
if isinstance(self, Comment):
kind = 'comment'
else: