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

@@ -27,7 +27,7 @@ dependencies = [
"beautifulsoup4>=4.10.0",
"click>=8.0.0",
"dict2xml>=1.7.0",
"praw>=7.2.0",
"praw>=7.8.1",
"pyyaml>=5.4.1",
"requests>=2.25.1",
"yt-dlp>=2022.11.11",