Skip to content
Discussion options

You must be logged in to vote

A compare post processor should be able to do this. It will have to re-download each file to do a comparison though. The other "downsides" are that you need to

  • have skip set to false
  • have downloader.part enabled (default)
  • include {extension} in your filename format string (default)
{
    "extractor": {
        "skip": false,
        "postprocessors": {
            "name": "compare",
            "action": "enumerate"
        }
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mikf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants