Description
md5 filtering is already implemented with --no-dupes and --search-existing but --search-existing only checks files in the download directory and --no-dupes only checks files as they're downloaded. I propose --exclude-md5 and --exclude-md5-file which would work like --exclude-id and --exclude-id-file respectively. But instead of matching post ids they match md5 hashes. This would allow greater flexibility for archiving options and save on computation by allowing users to precompute hashes for many directories not just the download directory.
Description
md5 filtering is already implemented with
--no-dupesand--search-existingbut--search-existingonly checks files in the download directory and--no-dupesonly checks files as they're downloaded. I propose--exclude-md5and--exclude-md5-filewhich would work like--exclude-idand--exclude-id-filerespectively. But instead of matching post ids they match md5 hashes. This would allow greater flexibility for archiving options and save on computation by allowing users to precompute hashes for many directories not just the download directory.