feat(Hashing): added more hash checking for repeat download checks to avoid overlap
This commit is contained in:
@@ -35,6 +35,7 @@ class Configuration(Namespace):
|
||||
self.multireddit: list[str] = []
|
||||
self.no_dupes: bool = False
|
||||
self.saved: bool = False
|
||||
self.simple_check: bool = False
|
||||
self.search: Optional[str] = None
|
||||
self.search_existing: bool = False
|
||||
self.skip: list[str] = []
|
||||
|
||||
Reference in New Issue
Block a user