Add exclusion options to archiver

This commit is contained in:
Serene-Arc
2022-07-06 16:52:01 +10:00
parent 2e68850d0f
commit f57590cfa0
4 changed files with 21 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class Configuration(Namespace):
self.skip_subreddit: list[str] = []
self.sort: str = 'hot'
self.submitted: bool = False
self.subscribed: bool = True
self.subscribed: bool = False
self.subreddit: list[str] = []
self.time: str = 'all'
self.time_format = None