add test. fix typos.

This commit is contained in:
Jay R. Wren
2021-11-01 09:28:46 -04:00
committed by Serene-Arc
parent dd8d74ee25
commit 2b50ee0724
4 changed files with 22 additions and 3 deletions

View File

@@ -17,7 +17,5 @@ class RedditCloner(RedditDownloader, Archiver):
def download(self):
for generator in self.reddit_lists:
for submission in generator:
if submission.author.name in self.args.ignore_user:
continue
self._download_submission(submission)
self.write_entry(submission)