Rmemoved [deleted] and [removed]
This commit is contained in:
parent
bf08f5a139
commit
0dd81abe48
2
cloud.py
2
cloud.py
|
@ -76,6 +76,8 @@ if args.blow is None:
|
||||||
|
|
||||||
def fetch_comments(comment) -> list:
|
def fetch_comments(comment) -> list:
|
||||||
comment_body = re.sub(r'[\[\(]?https?:\/\/[0-9A-Za-z\/\?#\[\]\)@\.!$\&%\-+,;=]+', '', comment.body)
|
comment_body = re.sub(r'[\[\(]?https?:\/\/[0-9A-Za-z\/\?#\[\]\)@\.!$\&%\-+,;=]+', '', comment.body)
|
||||||
|
comment_body = comment_body.replace("[deleted]", "")
|
||||||
|
comment_body = comment_body.replace("[removed]", "")
|
||||||
if len(comment.replies) == 0:
|
if len(comment.replies) == 0:
|
||||||
return [comment_body]
|
return [comment_body]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue