When running future downloads, does "deduplicate" PREVENT download of duplicates #185
Answered
by
shadowmoose
mikevictorbravo
asked this question in
Q&A
-
or does the software just check for downloads that are duplicates and delete them from your folder? |
Beta Was this translation helpful? Give feedback.
Answered by
shadowmoose
Jan 3, 2021
Replies: 1 comment
-
Copies of the same URL will always be skipped, but otherwise the files themselves must be initially downloaded. After downloading, the file is checked against all previous downloads, and if a match is found, it removes whichever file is lower quality. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shadowmoose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copies of the same URL will always be skipped, but otherwise the files themselves must be initially downloaded. After downloading, the file is checked against all previous downloads, and if a match is found, it removes whichever file is lower quality.