|
|
@ -55,6 +55,7 @@ def get_subreddit_threads():
|
|
|
|
|
|
|
|
|
|
|
|
content["thread_url"] = submission.url
|
|
|
|
content["thread_url"] = submission.url
|
|
|
|
content["thread_title"] = submission.title
|
|
|
|
content["thread_title"] = submission.title
|
|
|
|
|
|
|
|
content["thread_selftext"] = submission.selftext
|
|
|
|
content["comments"] = []
|
|
|
|
content["comments"] = []
|
|
|
|
|
|
|
|
|
|
|
|
for top_level_comment in submission.comments:
|
|
|
|
for top_level_comment in submission.comments:
|
|
|
|