Add option to exclude submission IDs (#220)

* Add option to exclude submission IDs

* Update README

* Update logging message
This commit is contained in:
Serene
2021-03-27 17:58:43 +10:00
committed by Ali Parlakci
parent 56347da07e
commit 21e8f0f8b9
6 changed files with 79 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ class Configuration(Namespace):
self.authenticate = False
self.config = None
self.directory: str = '.'
self.exclude_id = []
self.exclude_id_file = []
self.limit: Optional[int] = None
self.link: list[str] = []
self.multireddit: list[str] = []