feat(Hashing): added more hash checking for repeat download checks to avoid overlap

This commit is contained in:
2025-10-07 17:39:57 +13:00
parent 8c293a4684
commit 15f14088be
8 changed files with 584 additions and 10 deletions

View File

@@ -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] = []