|
|
@ -97,7 +97,6 @@ def get_subreddit_threads(POST_ID: str):
|
|
|
|
continue # # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78
|
|
|
|
continue # # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78
|
|
|
|
if not top_level_comment.stickied:
|
|
|
|
if not top_level_comment.stickied:
|
|
|
|
sanitised = sanitize_text(top_level_comment.body)
|
|
|
|
sanitised = sanitize_text(top_level_comment.body)
|
|
|
|
print(sanitised)
|
|
|
|
|
|
|
|
if not sanitised or sanitised == " ":
|
|
|
|
if not sanitised or sanitised == " ":
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
if len(top_level_comment.body) <= int(
|
|
|
|
if len(top_level_comment.body) <= int(
|
|
|
|