|
|
|
@ -41,7 +41,7 @@ def get_subreddit_undone(submissions: list, subreddit):
|
|
|
|
|
print("all submissions have been done going by top submission order")
|
|
|
|
|
return get_subreddit_undone(
|
|
|
|
|
subreddit.top(time_filter="hour"), subreddit
|
|
|
|
|
) # all of the videos in hot have already been done
|
|
|
|
|
) # all the videos in hot have already been done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def already_done(done_videos: list, submission) -> bool:
|
|
|
|
|